summaryrefslogtreecommitdiff
path: root/clang/test/Sema/static-array.c
AgeCommit message (Expand)Author
2025-09-15[Clang] [Sema] Make `-Wincompatible-pointer-types` an error by default (#157364)Sirraide
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2020-07-10Change behavior with zero-sized static array extentsAaron Ballman
2019-01-25[Sema] Improve a -Warray-bounds diagnosticErik Pilkington
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2012-08-15Allow 'static' and type qualifiers in K&R parameter type lists.Matt Beaumont-Gay
2012-08-15Check for improper use of 'static' and type qualifiers in arrayHans Wennborg
2011-10-16Add sema checks for calls to functions taking static array parametersPeter Collingbourne