summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-13openssl: More tests need -Wno-missing-field-initializers.riastradh
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-13openssl: libcrypto bf test needs -Wno-missing-field-initializersriastradh
2023-05-13tests/indent: extend test for blank line after declarationrillig
2023-05-13indent: fix lexing of numbers that are spread over multiple linesrillig
2023-05-13tests/indent: add test for lexing of numbersrillig
2023-05-13indent: clean up a condition, add commentsrillig
2023-05-13indent: preserve indentation of preprocessor directivesrillig
2023-05-13tests/indent: explain, clean up and add some testsrillig
2023-05-12tests/indent: test pushing the placeholder symbol to the parser stackrillig
2023-05-12indent: remove statisticsrillig
2023-05-11tests/indent: test interaction between preprocessing and commentsrillig
2023-05-11indent: don't touch comments in preprocessing linesrillig
2023-05-11tests/indent: add more tests for preprocessing directivesrillig
2023-05-11tests/indent: test multi-line comments in preprocessing linesrillig
2023-05-11indent: remove broken code for handling blank linesrillig
2023-05-11indent: add debug output for tracking comments and bracesrillig
2023-05-11aarch64 needs staticchristos
2023-05-11indent: remove unnecessary assignments to last_elserillig