summaryrefslogtreecommitdiff
path: root/tests/usr.bin
AgeCommit message (Expand)Author
2021-12-18Compensate for changes made in mixerctl.c rev 1.29kre
2021-12-17tests/lint: add more examples for initialization, from C99rillig
2021-12-17lint: fix initialization with few braces from functionrillig
2021-12-17tests/lint: demonstrate another initialization with few bracesrillig
2021-12-17lint: fix initialization of array with fewer bracesrillig
2021-12-17tests/lint: demonstrate another initialization that lint cannot handlerillig
2021-12-17lint: work around lint bug in initialization with few bracesrillig
2021-12-17lint: demonstrate wrong error message in initializationrillig
2021-12-16tests/lint: ensure that tests on a message mention this messagerillig
2021-12-16tests/lint: fix test on platforms where char is unsignedrillig
2021-12-16Remove bogus architecture detection voodo - tsan is not availablemartin
2021-12-16tests/lint: remove generated shell program on 'make clean'rillig
2021-12-16tests/lint: fix copy-and-paste typo in commentrillig
2021-12-16lint: improve error message for missing newline in .ln filerillig
2021-12-16tests/lint: demonstrate bad error message on missing newlinerillig
2021-12-14tests/lint: demonstrate missing support for anonymous membersrillig
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-07tests/lint: make error handling simplerrillig
2021-12-06lint: fix return type of GCC's __builtin_allocarillig
2021-12-06tests/lint: demonstrate wrong warning for __builtin_allocarillig
2021-12-04lint: add quotes around placeholders in message 123rillig
2021-11-29tests/lint: demonstrate non-enum warning for enum type mismatchrillig
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-28tests/lint: update history of exporting unnamed objectsrillig
2021-11-28lint: do not export unnamed objects to the .ln filerillig
2021-11-28tests/lint1: reproduce parse error for accidentally exported namerillig
2021-11-28lint2: in case of parse errors, output the offending linerillig
2021-11-28tests/lint2: fix regular expressions containing backslashrillig
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