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
/
indent
/
fmt_decl.c
Age
Commit message (
Expand
)
Author
2023-06-25
indent: fix formatting of parenthesized name in function definition
rillig
2023-06-16
indent: merge lexer symbols for type in/outside parentheses
rillig
2023-06-16
indent: fix indentation and linebreaks in typedef declarations
rillig
2023-06-15
indent: miscellaneous cleanups, more tests for edge cases
rillig
2023-06-15
indent: fix alignment of multi-line declarations
rillig
2023-06-14
indent: clean up the code, add a few tests
rillig
2023-06-10
tests/indent: add move coverage tests
rillig
2023-06-10
indent: rename and sort variables in parser state
rillig
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-08
indent: remove fragile heuristic for detecting cast expressions
rillig
2023-06-05
tests/indent: add test for left-justifying declarations
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-05-23
indent: fix indentation of struct declarations
rillig
2023-05-23
indent: fix spacing around '*' in declarations
rillig
2023-05-23
tests/indent: add code snippets found in make and lint1
rillig
2023-05-16
indent: remove blank between comment and parentheses or brackets
rillig
2023-05-15
indent: fix detection of casts
rillig
2023-05-15
indent: fix type cast in function definition
rillig
2023-05-15
tests/indent: demonstrate wrong spacing after function prototype
rillig
2023-05-15
indent: fix spacing between function prototype and attributes
rillig
2023-05-13
tests/indent: explain, clean up and add some tests
rillig
2023-05-11
indent: remove buggy code for swapping tokens
rillig
2022-04-24
tests/indent: migrate token tests to other tests
rillig
2022-04-24
tests/indent: change directive from '#' to '//'
rillig
2022-04-24
tests/indent: normalize amount of empty lines between test cases
rillig
2022-04-22
indent: remove FreeBSD IDs
rillig
2021-11-27
indent: fix out of bounds memory access (since 2021-11-25)
rillig
2021-11-27
tests/indent: demonstrate strange formatting (since 2021-11-25)
rillig
2021-11-25
tests/indent: fix misleading typedef name
rillig
2021-11-25
indent: improve heuristic for spaces around '*' in declarations
rillig
2021-11-25
tests/indent: demonstrate more example for broken '*' in declarations
rillig
2021-11-25
indent: fix heuristic for declaration/definition to post-1990 reality
rillig
2021-11-25
indent: fix spacing for unknown type names in declarations
rillig
2021-11-25
tests/indent: test '*' in function declarations
rillig
2021-11-25
indent: fix formatting of a few declarations involving unknown types
rillig
2021-11-24
tests/indent: demonstrate several real-life formatting bugs
rillig
2021-11-21
tests/indent: demonstrate wrong formatting of type names in declarations
rillig
2021-11-20
tests/indent: normalize empty lines in tests
rillig
2021-11-20
indent: clean up lint annotation and tests
rillig
2021-11-19
tests/indent: refine and extend tests
rillig
2021-11-19
indent: fix formatting of function definitions (since 2019-04-04)
rillig
2021-11-19
tests/indent: update comment for the fix from the previous commit
rillig
2021-11-19
indent: fix lost function name (since 2019-04-04)
rillig
2021-11-18
tests/indent: demonstrate disappearing function name
rillig
2021-11-18
tests/indent: demonstrate another bug imported from FreeBSD
rillig
2021-11-07
indent: rename type_at_paren_level_0 to type_outside_parentheses
rillig
2021-10-31
indent: rename lsym_type to better reflect reality
rillig
2021-10-31
indent: remove support for pre-1978 variable initialization
rillig
[next]