summaryrefslogtreecommitdiff
path: root/tests/usr.bin
AgeCommit message (Expand)Author
2023-02-06tests/lint: sync reference to platform properties generatorrillig
2023-02-06lint: eliminate unnecessary indirectionrillig
2023-02-05tests/lint: fix source directory for looking up the .exp-ln filesrillig
2023-02-05tests/lint1: the redundantly listed files contained .exp-ln as wellrillig
2023-02-05tests/lint: fix resolving of wildcards in builds from other directoriesrillig
2023-02-05tests/lint: merge tests for initializationrillig
2023-02-05tests/lint: remove redundancy from Makefilerillig
2023-02-05tests/lint: remove redundant testsrillig
2023-02-05tests/lint: clean uprillig
2023-01-29lint: properly clean up when leaving a function definitionrillig
2023-01-29lint: fix definition of __func__rillig
2023-01-29lint: demonstrate wrong declaration of __func__rillig
2023-01-29lint: don't warn about negative '>>' when the actual value is positiverillig
2023-01-29tests/lint: merge tests for '>>'rillig
2023-01-28tests/lint: document how compilers promote bit-fieldsrillig
2023-01-28tests/lint: investigate how compilers interpret bit-fieldsrillig
2023-01-22tests/lint: merge tests for declaration after statementrillig
2023-01-22lint: prevent undefined behavior for signed '<<'rillig
2023-01-21lint: add test for floating constant overflowrillig
2023-01-21lint: add support for C11 '_Atomic' as atomic-type-specifierrillig
2023-01-21lint: add support for the C11 type qualifier '_Atomic'rillig
2023-01-21tests/lint: test _Atomic, added in C11rillig
2023-01-21lint: fix null pointer dereference on invalid argument to __typeof__rillig
2023-01-19tests/make: rename files that are not test casesrillig
2023-01-16tests/lint: fix typo in commentrillig
2023-01-15tests/lint: add basic tests for lint (not lint1 or lint2)rillig
2023-01-15tests/lint: document conversion from void pointerrillig
2023-01-15tests/lint: fix test for sizeof with variable-length arrayrillig
2023-01-15tests/lint: add more tests for sizeofrillig
2023-01-15tests/lint: add test for parsing sizeof expressionsrillig
2023-01-14tests/lint: add more tests for array/enum mismatchrillig
2023-01-14lint: rename lint2 functions to be more expressiverillig
2023-01-08lint: do not report usual arithmetic conversions for constantsrillig
2023-01-08lint/tests: test query for usual arithmetic conversionsrillig
2023-01-08lint: recognize enum constant named 'max' as a count of valuesrillig
2023-01-08tests/lint: add more tests for enum/array mismatchrillig
2023-01-04tests/lint: remove obsolete commentsrillig
2023-01-04tests/lint: document where to find the test results for promotionsrillig
2023-01-04tests/lint: fix typo in commentrillig
2023-01-04tests/lint: merge tests for ':?' with null pointer constantrillig
2023-01-04lint: fix the result type of '?:' for void pointersrillig
2023-01-03tests/lint: demonstrate wrong type for '?:' expressionsrillig
2022-10-15tests/lint: add more examples for 'extra bits set to 0'rillig
2022-10-01lint: miscellaneous cleanuprillig
2022-10-01lint: add hyphen to adjective 'old-style'rillig
2022-09-29toolchain/57033: usr.bin/c++/t_call_once2:call_once2_profile test case failsskrll
2022-09-28toolchain/57033: usr.bin/c++/t_call_once2:call_once2_profile test case failsskrll
2022-09-24tests/lint: fix test for queries on platforms where char is unsignedrillig
2022-09-10tests/lint: fix test for queries on platforms where char is unsignedrillig
2022-09-09grep: when -r is used, but no path argument provided, search the current dirwiz