summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/vla.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Diagnose references to unbound arrays in function definitionsDavid Majnemer2015-04-091-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 checkingRichard Smith2014-02-081-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 Smith2012-03-131-0/+5
llvm-svn: 152615
OpenPOWER on IntegriCloud