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-07-09
lint: remove redundant '#' after 'argument' in diagnostics
HEAD
trunk
rillig
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: clarify the meaning of 'portable size in bits' of a type
rillig
2023-07-07
lint: only warn about traditional/C90 differences in migration mode
rillig
2023-07-07
lint: only skip 'unused' warnings after errors, not other warnings
rillig
2023-07-03
lint: consistently use portable type size in integer constraints
rillig
2023-07-03
lint: clean up redundant casts
rillig
2023-07-03
lint: rename uppercase QUAD to LLONG
rillig
2023-07-02
lint: rename 'quad' to 'signed int' or 'unsigned int'
rillig
2023-07-02
lint: clean up variable names
rillig
2023-07-01
lint: constify, reduce indentation
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
lint: fix initialization of unnamed union member
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 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-29
lint: use standard terminology for bit-field width
rillig
2023-06-24
lint: reduce memory allocations
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-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: provide more detailed types when operands do not match
rillig
2023-05-22
lint: rename constant NOTSPEC to NO_TSPEC
rillig
2023-05-13
lint: add query for chained assignments
rillig
2023-05-10
lint: make code simpler
rillig
2023-05-09
lint: track integer constraints through conditional expressions
rillig
2023-05-09
lint: preserve integer constraints on cast
rillig
2023-04-22
lint: allow cast from a type to a union containing that type
rillig
2023-04-22
lint: fix missing initialization for cast to union
rillig
2023-04-22
lint: rename type_t.t_str to t_sou
rillig
2023-04-22
lint: don't warn about cast between union and one of its member types
rillig
2023-04-22
lint: do not warn about parenthesized assignment in controlling expr
rillig
2023-04-22
lint: fix typos in comments
rillig
2023-04-14
lint: document suppressed LDBL_MAX warning more accurately
rillig
2023-04-12
lint: suppress warnings about LDBL_MAX in cross-build mode
rillig
2023-04-11
lint: fix converting a complex floating-point constant
rillig
2023-04-11
lint: fix wrong warning about overflow in floating constant expressions
rillig
2023-04-11
lint: condense code
rillig
2023-04-11
lint: don't wrongly warn about overflow in complex constants
rillig
2023-03-28
lint: warn about extern declarations outside headers
rillig
2023-02-24
lint: order functions to to reduce forward declarations
rillig
[next]