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
/
tree.c
Age
Commit message (
Expand
)
Author
2023-02-22
lint: fix confusing message about nonportable character constants
rillig
2023-01-29
lint: fix definition of __func__
rillig
2023-01-29
lint: demonstrate wrong declaration of __func__
rillig
2023-01-29
lint: don't warn about negative '>>' when the actual value is positive
rillig
2023-01-29
lint: inline an expression, clean up comments
rillig
2023-01-29
lint: untangle conditions in promote_c90
rillig
2023-01-28
lint: extract casting to a union into separate function
rillig
2023-01-28
lint: use stronger wording in comments of unimplemented offsetof
rillig
2023-01-28
lint: split usual arithmetic conversions into separate functions
rillig
2023-01-28
lint: split integer promotions into separate functions
rillig
2023-01-28
lint: remove commented code from new_tnode
rillig
2023-01-22
lint: prevent undefined behavior for signed '<<'
rillig
2023-01-21
lint: make code for strict bool mode more consistent
rillig
2023-01-14
lint: use fewer abbreviations
rillig
2023-01-14
lint: split struct_or_union_member into two halves
rillig
2023-01-13
lint: remove custom memory allocator
rillig
2023-01-08
lint: do not report usual arithmetic conversions for constants
rillig
2023-01-08
lint: extract usual arithmetic conversions to separate function
rillig
2023-01-08
lint: recognize enum constant named 'max' as a count of values
rillig
2023-01-04
lint: fix the result type of '?:' for void pointers
rillig
2023-01-03
lint: condense building of nodes for '?:' expressions
rillig
2022-11-30
lint: add measurement unit to local variable names
rillig
2022-10-01
lint: inline local variable in build_function_argument
rillig
2022-10-01
lint: miscellaneous cleanup
rillig
2022-10-01
lint: add hyphen to adjective 'old-style'
rillig
2022-08-28
lint: inline previous_declaration for nonconstant message IDs
rillig
2022-08-28
lint: clean up visual clutter
rillig
2022-08-28
lint: rename functions to be clearer
rillig
2022-08-25
lint: remove explicit list of known GCC attributes
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-08
lint: fix edge cases in the query for redundant cast before assignment
rillig
2022-07-08
lint: fix query for redundant cast before assignment
rillig
2022-07-06
lint: do not warn about 'may lose accuracy' in safe cases of '%'
rillig
2022-07-05
lint: add additional queries that are not enabled by default
rillig
2022-07-03
lint: add debug logging for struct and enum details
rillig
2022-07-02
lint: prevent undefined behavior when folding '<<' or '>>'
rillig
2022-07-02
lint: document usage of 'convert'
rillig
2022-07-02
lint: only convert the right operand of '<<' or '>>' in traditional C
rillig
2022-07-01
lint: add quotes around operator in message 138, remove message 240
rillig
2022-07-01
lint: restructure 'convert'
rillig
2022-07-01
lint: rename functions for value conversion
rillig
2022-06-24
lint: do not warn about pointer casts to array types
rillig
2022-06-24
lint: allow pointer cast between compatible structs
rillig
2022-06-24
lint: do not warn about pointer cast between sockaddr variants
rillig
2022-06-24
lint: allow pointer cast from char to struct/union
rillig
2022-06-22
lint: add quotes around placeholders for the remaining messages
rillig
2022-06-21
lint: merge duplicate code in typeok_minus
rillig
2022-06-21
lint: clean up comments, don't include unused header
rillig
2022-06-21
lint: use is_struct_or_union instead of comparing twice
rillig
[prev]
[next]