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-06-06
indent: condense code for writing tabs
rillig
2023-06-06
indent: sort functions in call order
rillig
2023-06-06
indent: compute indentation of 'case' labels on-demand
rillig
2023-06-05
indent: in 'if (expr)', the parentheses do not form a cast expression
rillig
2023-06-05
indent: improve layout of debug output
rillig
2023-06-05
indent: sync debug output with parser state
rillig
2023-06-05
indent: clean up comments
rillig
2023-06-05
indent: format own source code
rillig
2023-06-05
indent: don't remove blank line after 'if (expr) {'
rillig
2023-06-05
indent: do not report broken lines, report configuration on stderr
rillig
2023-06-05
indent: fix formatting of 'do' statements
rillig
2023-06-05
indent: make heuristics for '*' pointer types simpler
rillig
2023-06-05
indent: fix trailing whitespace after comment
rillig
2023-06-05
indent: rename variables, clean up comments
rillig
2023-06-05
indent: clean up handling of whitespace
rillig
2023-06-05
indent: let the output routines keep track of the indentation
rillig
2023-06-04
indent: do not parse '&&&&&&&' as a single binary operator
rillig
2023-06-04
indent: fix '*=' to be a binary operator, not a unary one
rillig
2023-06-04
indent: remove read pointer from buffers that don't need it
rillig
2023-06-04
indent: fix out-of-bounds read when reading a comment
rillig
2023-06-04
indent: remove trailing whitespace from README
rillig
2023-06-04
indent: force at least one space after the colon of a label
rillig
2023-06-04
indent: track the kind of '{' on the parser stack
rillig
2023-06-04
indent: fix debug output of the parser symbol stack
rillig
2023-06-04
indent: ensure that the 'block init level' never goes negative
rillig
2023-06-04
indent: rename struct field, for better symmetry
rillig
2023-06-04
indent: fix indentation of initializers in compound expressions
rillig
2023-06-04
indent: fix formatting of compound expressions, at least partially
rillig
2023-06-04
lint: use separate lexer symbols for 'case' and 'default'
rillig
2023-06-04
indent: classify 'inline' as a modifier rather than a word
rillig
2023-06-04
indent: use separate lexer symbols for the different kinds of ':'
rillig
2023-06-04
indent: handle the indentation of 'case' in a simpler way
rillig
2023-06-04
indent: separate code for handling parentheses and brackets
rillig
2023-06-03
indent: fix indentation of adjacent '{'
rillig
2023-06-03
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
lukem
2023-06-03
adapt to ${CC_WNO_FORMAT_TRUNCATION}
lukem
2023-06-03
indent: clean up handling of brace indentation
rillig
2023-06-03
lint: add query for static variables in functions
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-06-03
lint: provide more detailed types when operands do not match
rillig
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2023-06-03
bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
lukem
2023-06-02
indent: force each statement on a new line
rillig
2023-06-02
indent: remove newline between 'switch' and '{'
rillig
2023-06-02
indent: improve heuristics of classifying '*' as pointer or operator
rillig
2023-06-02
indent: clean up
rillig
2023-06-02
indent: fix formatting of declarations with preprocessing lines
rillig
2023-06-01
tests/make: force line-based diagnostics to be listed in the tests
rillig
2023-06-01
make: add more details to debug logging of .for loops
rillig
[prev]
[next]