summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent
AgeCommit message (Expand)Author
2021-11-28tests/indent: test variants of the 'return' statementrillig
2021-11-28tests/indent: migrate token_question to lsym_question and extend itrillig
2021-11-28tests/indent: migrate test token_case_label to lsym_case_labelrillig
2021-11-28tests/indent: migrate token_comma to lsym_commarillig
2021-11-28tests/indent: move test for ':' to lsym_token.crillig
2021-11-28indent: treat L"string" as a single tokenrillig
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-27indent: rename dump functions to outputrillig
2021-11-26indent: remove code that fixes malformed preprocessor directivesrillig
2021-11-25indent: make error message for missing command line arguments clearerrillig
2021-11-25tests/indent: use escape sequence for newline charactersrillig
2021-11-25tests/indent: test in-place formatting with parse errorsrillig
2021-11-25indent: fix accidentally joined and broken comments (since 2019-04-04)rillig
2021-11-25tests/indent: demonstrate bugs in comment processingrillig
2021-11-25tests/indent: fix misleading typedef namerillig
2021-11-25tests/indent: rename ps.in_parameter_declaration in test as wellrillig
2021-11-25indent: improve heuristic for spaces around '*' in declarationsrillig
2021-11-25tests/indent: demonstrate more example for broken '*' in declarationsrillig
2021-11-25tests/indent: demonstrate 'sizeof(int) *expr' (since 2021-11-25)rillig
2021-11-25indent: extract lex_asterisk_unary into separate functionrillig
2021-11-25indent: fix heuristic for declaration/definition to post-1990 realityrillig
2021-11-25tests/indent: remove unnecessary option for testing '-pcs'rillig
2021-11-25indent: fix space after function name for option '-pcs'rillig
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: clean up and extend testsrillig
2021-11-20indent/tests: remove outdated commentrillig
2021-11-20indent/tests: make warning for empty lines more helpfulrillig
2021-11-20tests/indent: normalize empty lines in testsrillig
2021-11-20tests/indent: clean up test for the options '-cdb' and '-ncdb'rillig
2021-11-20indent: clean up lint annotation and testsrillig
2021-11-20indent: fix tokenizing of word-like tokens (since 2019-04-04)rillig
2021-11-20tests/indent: demonstrate wrong identifier token (since 2019-04-04)rillig
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-18tests/indent: add skeletons for testing tokens and parser symbolsrillig
2021-11-18tests/indent: reorder code in test driverrillig
2021-11-07tests/indent: document quick-and-dirty approach of lex_numberrillig
2021-11-07tests/indent: test identifiers containing '$'rillig
2021-11-07indent: fix handling of C99 comments after 'if (expr)'rillig
2021-11-07indent: demonstrate controlled buffer overflow in C99 commentrillig
2021-11-07indent: demonstrate disappearing form feedrillig