summaryrefslogtreecommitdiffstats
path: root/test/Sema/typedef-variable-type.c
Commit message (Expand)AuthorAgeFilesLines
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-141-1/+1
* Fix redefinition of typedefs of fixable variably-modified array types; shouldEli Friedman2010-08-101-1/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Always try to fold array sizes, and warn if we could fold something that isn'...Anders Carlsson2009-02-201-1/+1
* a minor grammar fixChris Lattner2008-12-071-1/+1
* Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson2008-12-071-1/+1
* Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman2008-05-271-1/+1
* Implemnt isVariablyModifiedType correctly.Eli Friedman2008-02-171-0/+3