summaryrefslogtreecommitdiff
path: root/tests
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-30PR/57205: Dag-Erling Smørgrav: Add tests strchrnul(3), fix strchr pastochristos
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-12-28swab(3): Rewrite this to be understandable.riastradh
2022-12-21adapt mbstowcs_basic test for unicode table updatewiz
2022-12-11This test makes (made) a false assumption about the way thatkre
2022-12-05Update check files due to reversion of a libcurses change.blymn
2022-12-04allow testing of files other than those in /etcjschauma
2022-12-04whitespacejschauma
2022-12-01tests: fix Makefile and lists for MKRUMP=noozaki-r