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
Age
Commit message (
Expand
)
Author
2023-07-08
lint: warn about pointer casts between different kinds of types
rillig
2023-07-08
lint: do not use portable type sizes in integer constraints
rillig
2023-07-08
lint: warn about conversion from 128-bit to smaller integer types
rillig
2023-07-08
lint: clean up
rillig
2023-07-08
lint: enable more lint warnings for its own source code
rillig
2023-07-08
lint: fix handling of 'long double' in cross-compiled mode
rillig
2023-07-08
lint: clarify the meaning of 'portable size in bits' of a type
rillig
2023-07-08
lint: use consistent conditional compilation guards
rillig
2023-07-07
lint: only warn about traditional/C90 differences in migration mode
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-06
lint: add type safety for accessing properties of basic types
rillig
2023-07-05
tests/lint: spell platform identifiers for 'long double' consistently
rillig
2023-07-03
lint: consistently use portable type size in integer constraints
rillig
2023-07-03
lint: sync usage messages with reality
rillig
2023-07-03
lint: invert the -u, -v and -z flags
rillig
2023-07-03
lint: remove redundant comments for command line flags
rillig
2023-07-03
lint: fix C11 mode to not allow C23 features (since yesterday)
rillig
2023-07-03
lint: clean up redundant casts
rillig
2023-07-03
lint: rename uppercase QUAD to LLONG
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
lint: eliminate redundant conditions
rillig
2023-07-02
lint: clean up variable names relating to structure padding
rillig
2023-07-02
lint: rename 'quad' to 'signed int' or 'unsigned int'
rillig
2023-07-02
lint: use unsigned int for struct alignment
rillig
2023-07-02
lint: extend debug logging for declaration levels
rillig
2023-07-02
Fix HTTPS through Proxy.
mlelstv
2023-07-02
lint: initialize unnamed member like an unnamed bit-field
rillig
2023-07-02
lint: clean up variable names
rillig
2023-07-01
Use ENVIRONMENT section
nia
2023-07-01
lint: constify, reduce indentation
rillig
2023-07-01
lint: clean up comments in lint1.h
rillig
2023-07-01
lint: clean up duplicate and dead code for integer constants
rillig
2023-07-01
lint: clean up typos
rillig
2023-07-01
tests/make: show how to use indirect conditions in the '?:' modifier
rillig
2023-07-01
lint: fix initialization of unnamed union member
rillig
2023-06-30
audioplay.1: fix sentence punctuation
gutteridge
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: replace macro for unique identifiers with function
rillig
2023-06-30
lint: clean up handling of declarations
rillig
2023-06-30
lint: fix computation of bit-field width
rillig
2023-06-30
lint: clean up packing of structs and unions
rillig
2023-06-30
lint: clean up tree.c
rillig
2023-06-30
lint: make alignof(incomplete enum) an error
rillig
2023-06-30
lint: use NULL for null pointer constants
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
[next]