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
/
debug.c
Age
Commit message (
Expand
)
Author
2023-07-08
lint: clean up
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
lint: clean up variable names
rillig
2023-07-01
lint: clean up typos
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 packing of structs and unions
rillig
2023-06-29
lint: clean up member names of declaration levels
rillig
2023-06-24
lint: reduce memory allocations
rillig
2023-06-24
lint: add query for comparing 'char' with plain integers
rillig
2023-06-23
lint: remove redundant printflike declarations from debugging code
rillig
2023-06-03
lint: loosen assertion that unary operators have only a single operand
rillig
2023-06-03
lint: use consistent and configurable stream for debug output
rillig
2023-05-22
lint: rename constant NOTSPEC to NO_TSPEC
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-11
lint: in debug mode, use different names for macro and function
rillig
2023-04-10
lint: add debug logging for values that differ between trad and C90
rillig
2023-03-28
lint: condense debugging code
rillig
2023-01-21
lint: add support for the C11 type qualifier '_Atomic'
rillig
2023-01-08
lint: unclutter debug logging for nodes
rillig
2022-07-16
lint: add missing space before func_proto_sym in debug mode
rillig
2022-07-03
lint: add debug logging for struct and enum details
rillig
2022-05-26
lint: fix spacing and line breaks in debug logging
rillig
2022-05-26
lint: improve debug logging for NAME expressions
rillig
2022-05-26
lint: add missing newlines in debug_node
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2022-04-09
lint: distinguish between storage class and declaration kind
rillig
2022-04-09
lint: rename dinfo_t.d_offset to d_offset_in_bits
rillig
2022-04-09
lint: extract is_member into separate function
rillig
2022-04-09
lint: disambiguate sym_t.s_value
rillig
2022-04-09
lint: split CTCONST into BOOL_CONST and ENUM_CONST
rillig
2022-04-09
lint: inline member access macros for sym_t
rillig
2022-04-02
lint: rename dinfo_t.d_next to d_enclosing
rillig
2022-04-02
lint: add debug logging for the declaration stack
rillig
2022-03-01
lint: add debug logging for symbols and the symbol table
rillig
2022-02-27
lint: merge duplicate code for handling plain and wide strings
rillig
2021-12-21
lint: rename debug_indent to debug_print_indent
rillig
2021-12-20
lint: in debug mode, output value of boolean expressions
rillig
2021-11-16
lint: fix check for function calls in strict bool mode
rillig
2021-11-16
tests/lint: explain the missing error message in strict bool mode
rillig
2021-08-22
lint: merge duplicate code for binary operator
rillig
2021-08-01
lint: merge duplicate debugging code
rillig
2021-07-31
lint: extract debug logging to separate file
rillig