summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/static-array.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow 'static' and type qualifiers in K&R parameter type lists.Matt Beaumont-Gay2012-08-151-0/+4
| | | | llvm-svn: 161980
* Check for improper use of 'static' and type qualifiers in arrayHans Wennborg2012-08-151-10/+32
| | | | | | | | | declarators. They are only allowed for function parameters, and then only on the outermost array type derivation. llvm-svn: 161934
* Add sema checks for calls to functions taking static array parametersPeter Collingbourne2011-10-161-0/+31
llvm-svn: 142157
OpenPOWER on IntegriCloud