summaryrefslogtreecommitdiff
path: root/test/Sema/vla.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r72575, which isn't really right, and fix up other code to Eli Friedman2009-05-291-1/+1
* Avoid dumping during semantic analysis when checking array types whenMike Stump2009-05-291-0/+3
* PR2044: reject declarations of functions returning variably modified Eli Friedman2009-05-161-0/+5
* Add a bit more handling for declarations like "int a[*]".Eli Friedman2009-04-261-0/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for Eli Friedman2009-02-261-1/+3
* Extend the implicit declaration and checking against out-of-scopeDouglas Gregor2009-02-241-3/+3
* a minor grammar fixChris Lattner2008-12-071-3/+3
* Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson2008-12-071-0/+25
* Rewrite FindDiagnostics to be more strict about the formatting of the Chris Lattner2008-11-241-1/+1
* clean up -verify mode output. If the expected-error string is Chris Lattner2008-11-231-1/+1
* Fix a FIXME by improving a diagnostic, add a testcase for PR3048Chris Lattner2008-11-121-0/+3
* wrap some long diagnostics, make 'initializer is not a constant' diagnosticChris Lattner2008-08-101-1/+1
* Fix this test so that it's valid; the point is to test for the crash, Eli Friedman2008-05-211-1/+1
* PR2347: Fix crash iterating over VLAs; this started triggering because Eli Friedman2008-05-211-0/+8
* Fix the location we emit the "not a constant" error for this:Chris Lattner2007-12-181-0/+7