summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent
AgeCommit message (Expand)Author
2023-06-27indent: fix 'blank line above first statement in function body'rillig
2023-06-27tests/indent: test the -badp optionrillig
2023-06-26indent: improve heuristics for '*' as pointer in for loopsrillig
2023-06-26indent: improve heuristics for '*' as a pointer typerillig
2023-06-26indent: implement 'blank line above first statement in function body'rillig
2023-06-26indent: in -bad mode, don't add a blank line above a comment or '}'rillig
2023-06-26tests/indent: strengthen requirements for test input filesrillig
2023-06-26tests/indent: extend test for -badp optionrillig
2023-06-25indent: treat 'complex' and 'imaginary' as type modifiers, not as typesrillig
2023-06-25indent: fix formatting of parenthesized name in function definitionrillig
2023-06-23indent: fix scanning of no-wrap comments (since 2021.11.07.10.34.03)rillig
2023-06-23tests/indent: fix commentsrillig
2023-06-18indent: only add blank lines before actual block commentsrillig
2023-06-18indent: test block comments and the -bbb optionrillig
2023-06-18indent: remove support for backspace in code and commentsrillig
2023-06-17tests/indent: add miscellaneous test cases found during clean uprillig
2023-06-16indent: merge lexer symbols for type in/outside parenthesesrillig
2023-06-16tests/indent: format stderr output as end-of-line commentsrillig
2023-06-16indent: fix spacing between postfix operator and left parenthesisrillig
2023-06-16indent: improve heuristics for cast expressionsrillig
2023-06-16indent: improve heuristics for cast expressionsrillig
2023-06-16tests/indent: add a few code snippets from usr.bin/xlintrillig
2023-06-16indent: improve heuristics for castsrillig
2023-06-16indent: fix indentation and linebreaks in typedef declarationsrillig
2023-06-16tests/indent: demonstrate wrong tokenization after typedefrillig
2023-06-16indent: don't force a blank line between '}' and preprocessing linerillig
2023-06-15indent: fix indentation of multi-line enum constant initializersrillig
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-14indent: allow more than 128 brace levelsrillig
2023-06-14tests/indent: separate stdout from stderrrillig
2023-06-14indent: allow more than 20 nested parentheses or bracketsrillig
2023-06-14indent: fix formatting of comment after 'switch (expr)'rillig
2023-06-14indent: use correct preprocessing directive in error messagerillig
2023-06-14indent: allow more than 5 levels of #if/#endifrillig
2023-06-14indent: clean up handling of commentsrillig
2023-06-14indent: remove a redundant flag from the parser staterillig
2023-06-14indent: merge parser symbols for stmt and stmt_listrillig
2023-06-10indent: fix line break between semicolon and bracerillig
2023-06-10tests/indent: add move coverage testsrillig
2023-06-10indent: fix stack overflow, add more testsrillig
2023-06-10indent: miscellaneous cleanupsrillig
2023-06-10indent: fix indentation of continuation lines in initializersrillig
2023-06-10indent: explain right-aligned coderillig
2023-06-10indent: fix token classification in declarationsrillig
2023-06-10indent: rename and sort variables in parser staterillig
2023-06-09indent: trim trailing blank linesrillig
2023-06-09indent: support C99 compound literalsrillig
2023-06-09indent: don't treat function call expressions as cast expressionsrillig