History log of /external/clang/test/Sema/static-array.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99570a58b09fca5d0b328733ab8b6717a1a04f4a 15-Aug-2012 Matt Beaumont-Gay <matthewbg@google.com> Allow 'static' and type qualifiers in K&R parameter type lists.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161980 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Sema/static-array.c
7f397c5d97fc0c11333d939f2c07bc3b230956e2 15-Aug-2012 Hans Wennborg <hans@hanshq.net> Check for improper use of 'static' and type qualifiers in array
declarators.

They are only allowed for function parameters, and then only on the
outermost array type derivation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161934 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Sema/static-array.c
20cdbeb8f36576f469db195b4140c293c7281718 16-Oct-2011 Peter Collingbourne <peter@pcc.me.uk> Add sema checks for calls to functions taking static array parameters

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Sema/static-array.c