Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow 'static' and type qualifiers in K&R parameter type lists. | Matt Beaumont-Gay | 2012-08-15 | 1 | -0/+4 |
| | | | | llvm-svn: 161980 | ||||
* | Check for improper use of 'static' and type qualifiers in array | Hans Wennborg | 2012-08-15 | 1 | -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 parameters | Peter Collingbourne | 2011-10-16 | 1 | -0/+31 |
llvm-svn: 142157 |