Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Diagnose references to unbound arrays in function definitions | David Majnemer | 2015-04-09 | 1 | -0/+3 |
| | | | | | | | | A [*] is only allowed in a declaration for a function, not in its definition. We didn't correctly recurse on reference types while looking for it, causing us to crash in CodeGen instead of rejecting it. llvm-svn: 234528 | ||||
* | PR18581: Attempt to complete the type in a VLA declaration before checking | Richard Smith | 2014-02-08 | 1 | -0/+14 |
| | | | | | | whether it's POD. llvm-svn: 201018 | ||||
* | PR11925: A function can't have a variably-modified return type. Not even in C++. | Richard Smith | 2012-03-13 | 1 | -0/+5 |
llvm-svn: 152615 |