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
/
usr.bin
/
xlint
/
lint1
/
err.c
Age
Commit message (
Expand
)
Author
2023-07-09
lint: remove redundant '#' after 'argument' in diagnostics
HEAD
trunk
rillig
2023-07-07
lint: only skip 'unused' warnings after errors, not other warnings
rillig
2023-07-02
lint: add initial support for C23
rillig
2023-06-30
lint: add query for assigning an integer 0 to a pointer
rillig
2023-06-24
lint: add query for comparing 'char' with plain integers
rillig
2023-06-24
lint: add query for redundant 'extern' in function declaration
rillig
2023-06-22
lint: add query for comma operator
rillig
2023-06-09
lint: miscellaneous clean-ups
rillig
2023-06-09
lint: indent local variables consistently
rillig
2023-06-03
lint: add query for static variables in functions
rillig
2023-05-13
lint: add query for chained assignments
rillig
2023-04-25
lint: reword message for missing declaration in header
rillig
2023-04-23
lint: be strict when parsing command line for excluded message IDs
rillig
2023-04-15
lint: add query for parenthesized return value
rillig
2023-03-31
lint: allow querying for octal integer constants
rillig
2023-03-28
lint: warn about 'extern' declarations inside function bodies
rillig
2023-03-28
lint: warn about extern declarations outside headers
rillig
2023-02-22
lint: fix confusing message about nonportable character constants
rillig
2023-02-19
lint: make basename simpler
rillig
2023-02-18
lint: remove unused internal_error
rillig
2023-01-21
lint: add support for the C11 type qualifier '_Atomic'
rillig
2023-01-08
lint: improve error message for parsing query IDs
rillig
2022-10-01
lint: add hyphen to adjective 'old-style'
rillig
2022-08-19
lint: add more details to message about large bit-shifts
rillig
2022-07-16
lint: add more details to message about pointer alignment
rillig
2022-07-05
lint: add additional queries that are not enabled by default
rillig
2022-07-02
lint: allow message IDs to be only specified in decimal
rillig
2022-07-01
lint: clean up suppression of warnings and errors
rillig
2022-07-01
lint: move error handling code from main1.c to err.c
rillig
2022-07-01
lint: add quotes around operator in message 138, remove message 240
rillig
2022-06-22
lint: add quotes around placeholders for the remaining messages
rillig
2022-06-21
lint: add quotes and details to some more messages
rillig
2022-06-20
lint: remove redundant include
rillig
2022-06-20
lint: add quotes around several placeholders in messages
rillig
2022-06-19
lint: add quotes around placeholders in 4 messages
rillig
2022-06-19
tests/lint: add quotes around placeholders in a few messages
rillig
2022-06-15
lint: unexport lint's messages
rillig
2022-06-11
lint: add quotes around placeholders for a few more messages
rillig
2022-06-11
lint: add quotes around a few more placeholders in messages
rillig
2022-05-31
lint: prevent assertion failure after parse error from grammar
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2022-05-12
gcc allows __alignof__(unary-expression)
christos
2022-04-30
lint: inline macro 'sflag'
rillig
2022-04-30
lint: inline macro c11flag
rillig
2022-04-16
lint: migrate gflag to allow_gcc
rillig
2022-04-16
lint: for gnuism and c99ism, calculate severity
rillig
2022-04-16
lint: model C language levels in a future-compatible way
rillig
2022-04-08
lint: remove unused message 70, add some more tests
rillig
2022-04-05
lint: remove unused message 40
rillig
2022-04-02
lint: remove unreachable message 'compiler takes alignment of function'
rillig
[next]