summaryrefslogtreecommitdiff
path: root/test/SemaCXX/c99.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-1/+1
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-1/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-2/+2
* Emit an extension diagnostic for C99 designated initializers that appear in C...Douglas Gregor2011-01-161-1/+7
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-221-5/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Diagnose VLAs as an error in C++.Douglas Gregor2009-09-111-0/+8