Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | Allow 'static' and type qualifiers in K&R parameter type lists. | Matt Beaumont-Gay | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161980 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-08-15 | Check for improper use of 'static' and type qualifiers in array | Hans Wennborg | |
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 | |||
2011-10-16 | Add sema checks for calls to functions taking static array parameters | Peter Collingbourne | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142157 91177308-0d34-0410-b5e6-96231b3b80d8 |