aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/struct-decl.c
AgeCommit message (Expand)Author
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2011-06-14when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner
2011-03-22Warn about unused declaration-specifiers on tag declarations.John McCall
2010-07-12Add test case for <rdar://problem/8177927> (which triggered an assertion fail...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-29Fix PR4092 by improving error recovery in two ways:Chris Lattner
2009-04-25improve a diagnostic to make more sense.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06Tweak warning text from the last commitDouglas Gregor
2009-03-06Downgrade complaints about the use of variable-sized types within aDouglas Gregor
2009-02-22Sanity fix for PR3642: if we're treating a diagnostic as an error, it's Eli Friedman
2009-02-19fix test caseZhongxing Xu
2009-02-03Simplify the way in which we inject the names of tag definitions andDouglas Gregor
2009-02-02fix TryToFixInvalidVariablyModifiedType to reject negative array sizesNuno Lopes
2009-02-02fix PR3459: improve compatibility with gcc when checking for constant exprsNuno Lopes