summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent/fmt_decl.c
AgeCommit message (Expand)Author
2023-06-25indent: fix formatting of parenthesized name in function definitionrillig
2023-06-16indent: merge lexer symbols for type in/outside parenthesesrillig
2023-06-16indent: fix indentation and linebreaks in typedef declarationsrillig
2023-06-15indent: miscellaneous cleanups, more tests for edge casesrillig
2023-06-15indent: fix alignment of multi-line declarationsrillig
2023-06-14indent: clean up the code, add a few testsrillig
2023-06-10tests/indent: add move coverage testsrillig
2023-06-10indent: rename and sort variables in parser staterillig
2023-06-09indent: improve heuristics for function declaration vs. definitionrillig
2023-06-09tests/indent: add real-life test cases from make(1) and lint(1)rillig
2023-06-08indent: remove fragile heuristic for detecting cast expressionsrillig
2023-06-05tests/indent: add test for left-justifying declarationsrillig
2023-06-02indent: remove newline between 'switch' and '{'rillig
2023-06-02indent: improve heuristics of classifying '*' as pointer or operatorrillig
2023-05-23indent: fix indentation of struct declarationsrillig
2023-05-23indent: fix spacing around '*' in declarationsrillig
2023-05-23tests/indent: add code snippets found in make and lint1rillig
2023-05-16indent: remove blank between comment and parentheses or bracketsrillig
2023-05-15indent: fix detection of castsrillig
2023-05-15indent: fix type cast in function definitionrillig
2023-05-15tests/indent: demonstrate wrong spacing after function prototyperillig
2023-05-15indent: fix spacing between function prototype and attributesrillig
2023-05-13tests/indent: explain, clean up and add some testsrillig
2023-05-11indent: remove buggy code for swapping tokensrillig
2022-04-24tests/indent: migrate token tests to other testsrillig
2022-04-24tests/indent: change directive from '#' to '//'rillig
2022-04-24tests/indent: normalize amount of empty lines between test casesrillig
2022-04-22indent: remove FreeBSD IDsrillig
2021-11-27indent: fix out of bounds memory access (since 2021-11-25)rillig
2021-11-27tests/indent: demonstrate strange formatting (since 2021-11-25)rillig
2021-11-25tests/indent: fix misleading typedef namerillig
2021-11-25indent: improve heuristic for spaces around '*' in declarationsrillig
2021-11-25tests/indent: demonstrate more example for broken '*' in declarationsrillig
2021-11-25indent: fix heuristic for declaration/definition to post-1990 realityrillig
2021-11-25indent: fix spacing for unknown type names in declarationsrillig
2021-11-25tests/indent: test '*' in function declarationsrillig
2021-11-25indent: fix formatting of a few declarations involving unknown typesrillig
2021-11-24tests/indent: demonstrate several real-life formatting bugsrillig
2021-11-21tests/indent: demonstrate wrong formatting of type names in declarationsrillig
2021-11-20tests/indent: normalize empty lines in testsrillig
2021-11-20indent: clean up lint annotation and testsrillig
2021-11-19tests/indent: refine and extend testsrillig
2021-11-19indent: fix formatting of function definitions (since 2019-04-04)rillig
2021-11-19tests/indent: update comment for the fix from the previous commitrillig
2021-11-19indent: fix lost function name (since 2019-04-04)rillig
2021-11-18tests/indent: demonstrate disappearing function namerillig
2021-11-18tests/indent: demonstrate another bug imported from FreeBSDrillig
2021-11-07indent: rename type_at_paren_level_0 to type_outside_parenthesesrillig
2021-10-31indent: rename lsym_type to better reflect realityrillig
2021-10-31indent: remove support for pre-1978 variable initializationrillig