summaryrefslogtreecommitdiff
path: root/tests/usr.bin
AgeCommit message (Expand)Author
2023-05-22lint: rename constant NOTSPEC to NO_TSPECrillig
2023-05-22tests/lint: demonstrate wrong emitted array length in initializationrillig
2023-05-22indent: implement suppressing optional blank linesrillig
2023-05-22tests/indent: skip creating an intermediate file in testsrillig
2023-05-21tests/indent: fix outdated or wrong commentsrillig
2023-05-21indent: don't error out on unrecognized preprocessor directivesrillig
2023-05-20tests/indent: prevent 'indent end' with argumentsrillig
2023-05-20tests/indent: migrate test driver from AWK to Luarillig
2023-05-20tests/indent: clean up test driverrillig
2023-05-20indent: don't insert blank line between two closing linesrillig
2023-05-20indent: implement blank line above block commentrillig
2023-05-20indent: implement blank line after function bodyrillig
2023-05-20indent: ensure that no blank lines are inserted in INDENT OFF moderillig
2023-05-20indent: implement blank lines around conditional compilationrillig
2023-05-19tests/indent: test multi-line comments with -ncdbrillig
2023-05-18indent: document the funcname tokenrillig
2023-05-18indent: manually wrap overly long linesrillig
2023-05-16indent: remove support for form feed characters inside a linerillig
2023-05-16indent: remove blank between comment and parentheses or bracketsrillig
2023-05-16indent: fix handling of INDENT OFF/ON commentsrillig
2023-05-15indent: fix detection of castsrillig
2023-05-15indent: fix type cast in function definitionrillig
2023-05-15indent: fix duplicate space between comment and binary operatorrillig
2023-05-15indent: fix line wrapping of comments to the right of coderillig
2023-05-15indent: improve type guessing, fix formatting of declarationsrillig
2023-05-15tests/indent: test type detectionrillig
2023-05-15indent: remove accidental space before tabrillig
2023-05-15indent: remove backslash line continuation outside preprocessingrillig
2023-05-15tests/indent: demonstrate wrong spacing after function prototyperillig
2023-05-15indent: fix spacing between function prototype and attributesrillig
2023-05-15indent: fix indentation of struct member namesrillig
2023-05-15tests/indent: demonstrate wrong indentation of struct membersrillig
2023-05-15indent: fix indentation of statements after controlling expressionrillig
2023-05-15tests/indent: add another test for -eei -nlprillig
2023-05-15indent: fix indentation of expressions in -nlp -eei moderillig
2023-05-15tests/indent: test extra indentation with fixed continuation indentationrillig
2023-05-15indent: fix indentation of multi-line '?:' expressions in functionsrillig
2023-05-15tests/indent: -badp should not add blank lines in initializersrillig
2023-05-15indent: fix spacing in for loop with declaration (since 2022-02-13)rillig
2023-05-15tests/indent: demonstrate wrong spacing in for loopsrillig
2023-05-15indent: clean up memory and buffer managementrillig
2023-05-14indent: only null-terminate the buffers if necessaryrillig
2023-05-14indent: fix handling of multiple block comments in a linerillig
2023-05-14indent: in comments, keep a leading tabrillig
2023-05-14indent: fix vertical spacing after declarationsrillig
2023-05-14indent: miscellaneous cleanupsrillig
2023-05-13lint: add query for chained assignmentsrillig
2023-05-13indent: do not add a space before a comment that starts a linerillig
2023-05-13indent: implement 'blank after declarations'rillig
2023-05-13tests/indent: extend test for blank line after declarationrillig