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
/
tests
/
usr.bin
Age
Commit message (
Expand
)
Author
2023-06-09
indent: improve heuristics for function declaration vs. definition
rillig
2023-06-09
tests/indent: add real-life test cases from make(1) and lint(1)
rillig
2023-06-09
indent: when an indentation is ambiguous, indent one level further
rillig
2023-06-09
tests/indent: test extra indentation in expressions
rillig
2023-06-09
indent: preserve block comments with delimiters
rillig
2023-06-09
indent: indent multi-line expressions according to parentheses
rillig
2023-06-08
indent: remove fragile heuristic for detecting cast expressions
rillig
2023-06-08
indent: fix indentation of initializer lists with designators
rillig
2023-06-08
tests/indent: add more tests, from indent's own code
rillig
2023-06-08
indent: fix indentation in multi-line else-if conditions
rillig
2023-06-08
tests/indent: extend test for wrong indentation in 'else if'
rillig
2023-06-08
indent: clean up and condense code
rillig
2023-06-06
indent: right-trim single-line comments
rillig
2023-06-06
tests/indent: comments with trailing whitespace may fit in a single line
rillig
2023-06-06
indent: compute indentation of 'case' labels on-demand
rillig
2023-06-05
tests/indent: add test for left-justifying declarations
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: fix trailing whitespace after comment
rillig
2023-06-05
tests/indent: add tests for 'do-while' loops
rillig
2023-06-05
indent: clean up handling of whitespace
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
tests/indent: cover code in lexi.c
rillig
2023-06-04
tests/indent: clean up comments
rillig
2023-06-04
indent: force at least one space after the colon of a label
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-03
indent: fix indentation of adjacent '{'
rillig
2023-06-03
lint: add query for static variables in functions
rillig
2023-06-03
lint: provide more detailed types when operands do not match
rillig
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-02
tests/indent: demonstrate bugs when formatting preprocessing lines
rillig
2023-05-24
match the new compiler warning
christos
2023-05-23
indent: fix indentation of struct declarations
rillig
2023-05-23
indent: fix spacing around '*' in declarations
rillig
2023-05-23
indent: fix spacing in declarations in for loops
rillig
2023-05-23
tests/indent: add code snippets found in make and lint1
rillig
2023-05-22
indent: fix spacing between block braces
rillig
2023-05-22
tests/indent: refine a few tests
rillig
2023-05-22
tests/lint1: allow whitespace in files containing the expected output
rillig
2023-05-22
lint: fix emitted type for arrays of unknown size
rillig
[prev]
[next]