index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
Age
Commit message (
Expand
)
Author
2023-07-08
tests/lint: only overwrite .exp files if the output actually changes
rillig
2023-07-07
lint: warn about function definitions without header declaration
rillig
2023-07-07
lint: only skip 'unused' warnings after errors, not other warnings
rillig
2023-07-07
tests/lint: test all combinations of {func,obj}_{decl,def}
rillig
2023-07-07
tests/lint: merge duplicate tests for C11 _Atomic
rillig
2023-07-06
tests/lint: ensure consistent preprocessor filenames in tests
rillig
2023-07-05
tests/lint: spell platform identifiers for 'long double' consistently
rillig
2023-07-05
tests/lint: add platform-specific tests for troublesome pointer casts
rillig
2023-07-03
lint: consistently use portable type size in integer constraints
rillig
2023-07-03
tests/lint: move platform-specific query tests to separate files
rillig
2023-07-03
tests/lint: clean up tests for C99 bool
rillig
2023-07-03
lint: fix C11 mode to not allow C23 features (since yesterday)
rillig
2023-07-03
lint: rename uppercase QUAD to LLONG
rillig
2023-07-02
tests/lint: add C23 tests
rillig
2023-07-02
lint: add initial support for C23
rillig
2023-07-02
lint: allow empty statements in GCC statement expressions
rillig
2023-07-02
tests/lint: demonstrate empty statement in GCC statement expression
rillig
2023-07-02
lint: rename 'quad' to 'signed int' or 'unsigned int'
rillig
2023-07-01
tests/lint: rework tests for type names
rillig
2023-07-01
lint: clean up typos
rillig
2023-07-01
lint: fix initialization of unnamed union member
rillig
2023-06-30
tests/lint: test initializing an unnamed union
rillig
2023-06-30
lint: clean up names related to declaration levels
rillig
2023-06-30
lint: fix handling of unnamed struct/union members
rillig
2023-06-30
lint: clean up handling of declarations
rillig
2023-06-30
tests/lint: extend tests for sizeof and alignof
rillig
2023-06-30
lint: fix computation of bit-field width
rillig
2023-06-30
lint: make alignof(incomplete enum) an error
rillig
2023-06-30
tests/lint: add more tests for sizeof, offsetof, alignof
rillig
2023-06-30
lint: add query for assigning an integer 0 to a pointer
rillig
2023-06-30
tests/lint: extend test for sizeof and offsetof
rillig
2023-06-30
tests/lint: demonstrate bugs in anonymous struct/union handling
rillig
2023-06-28
tests/lint: demonstrate wrong size calculation in anonymous union
rillig
2023-06-28
tests/lint: do not overwrite expected files that only differ in spaces
rillig
2023-06-28
tests/lint: fix preprocessor line number validation
rillig
2023-06-28
tests/lint: demonstrate wrong handling of nested initializer
rillig
2023-06-28
tests/lint: use standard form of ATF tests, test removing output file
rillig
2023-06-27
indent: fix 'blank line above first statement in function body'
rillig
2023-06-27
tests/indent: test the -badp option
rillig
2023-06-26
indent: improve heuristics for '*' as pointer in for loops
rillig
2023-06-26
indent: improve heuristics for '*' as a pointer type
rillig
2023-06-26
indent: implement 'blank line above first statement in function body'
rillig
2023-06-26
indent: in -bad mode, don't add a blank line above a comment or '}'
rillig
2023-06-26
tests/indent: strengthen requirements for test input files
rillig
2023-06-26
tests/indent: extend test for -badp option
rillig
2023-06-25
indent: treat 'complex' and 'imaginary' as type modifiers, not as types
rillig
2023-06-25
indent: fix formatting of parenthesized name in function definition
rillig
2023-06-24
lint: don't warn about comparison between char and character constant
rillig
2023-06-24
lint: add query for comparing 'char' with plain integers
rillig
2023-06-24
tests/lint: allow accept.sh to override lint1 for local testing
rillig
[next]