summaryrefslogtreecommitdiff
path: root/tests/usr.bin
AgeCommit message (Expand)Author
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-11indent: remove unnecessary assignments to last_elserillig
2023-05-11indent: remove buggy code for swapping tokensrillig
2023-05-11lint: fix type name in diagnostic for enum as controlling expressionrillig
2023-05-09lint: track integer constraints through conditional expressionsrillig
2023-05-09lint: preserve integer constraints on castrillig
2023-05-09tests/lint: demonstrate wrong warning about loss of accuracyrillig
2023-05-09tests/lint: demonstrate wrong warning about losing accuracyrillig
2023-05-06t_sed.sh: add a test case for relative addressinggutteridge
2023-05-06t_sed.sh: fix grammar, spelling, and formatting issues (NFC)gutteridge
2023-04-25lint: reword message for missing declaration in headerrillig
2023-04-23tests/lint: add rationale for not warning about alignment problemsrillig
2023-04-23lint: be strict when parsing command line for excluded message IDsrillig
2023-04-23tests/lint: test command line parsing for message and query IDsrillig
2023-04-22lint: allow cast from a type to a union containing that typerillig
2023-04-22lint: fix wrong warning about 'extern' temporary identifierrillig
2023-04-22tests/lint: demonstrate wrong warning about extern temporary identifierrillig
2023-04-22tests/lint: test cast to union with stricter alignmentrillig
2023-04-22lint: don't warn about cast between union and one of its member typesrillig
2023-04-22tests/lint: add test for conversions to and from a union typerillig
2023-04-22lint: do not warn about parenthesized assignment in controlling exprrillig
2023-04-15tests/lint: remove wrong commentrillig
2023-04-15tests/lint: add more tests for returning local objectsrillig
2023-04-15lint: add query for parenthesized return valuerillig
2023-04-15tests/lint: extend test for returning local addressrillig
2023-04-11lint: don't wrongly warn about overflow in complex constantsrillig
2023-04-10tests/lint: demonstrate wrong warning with complex numbersrillig
2023-04-05lint: fix duplicate warning when parsing big float constantsrillig
2023-04-05tests/lint: demonstrate duplicate warning when parsing big floatsrillig
2023-03-31lint: allow querying for octal integer constantsrillig
2023-03-28lint: warn about 'extern' declarations inside function bodiesrillig
2023-03-28lint: warn about extern declarations outside headersrillig
2023-02-27lint: split platform-specific test for loss of accuracyrillig
2023-02-27tests/lint: sync test for nonportable character comparisonsrillig
2023-02-25t_make skip varname-dot-make-meta-ignore_*sjg
2023-02-22lint: fix confusing message about nonportable character constantsrillig
2023-02-22tests/lint: add platform-specific testsrillig
2023-02-21lint: fix null pointer dereference in invalid case expressionrillig