summaryrefslogtreecommitdiffstats
path: root/test/Sema/vla.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Correctly recurse when looking for [*] in function definitionsDavid Majnemer2015-04-071-0/+3
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-4/+4
* Fix a minor regression from my potentially-evaluated expression changes.Eli Friedman2012-02-061-0/+5
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-141-2/+2
* Fix for PR5185. C99 [*] VLA notation should be disallowed in function definit...Sam Weinig2010-02-011-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 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