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