aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typedef-variable-type.c
AgeCommit message (Expand)Author
2011-06-14when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner
2010-08-10Fix redefinition of typedefs of fixable variably-modified array types; shouldEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-20Always try to fold array sizes, and warn if we could fold something that isn'...Anders Carlsson
2008-12-07a minor grammar fixChris Lattner
2008-12-07Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352.Anders Carlsson
2008-05-27Change diagnostic per suggestion, to make it a bit clearer what is Eli Friedman
2008-02-17Implemnt isVariablyModifiedType correctly.Eli Friedman