summaryrefslogtreecommitdiffstats
path: root/test/Sema/struct-decl.c
Commit message (Expand)AuthorAgeFilesLines
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-141-0/+3
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-0/+9
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-1/+1
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-141-1/+1
* Warn about unused declaration-specifiers on tag declarations.John McCall2011-03-221-0/+11
* Add test case for <rdar://problem/8177927> (which triggered an assertion fail...Ted Kremenek2010-07-121-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-10/+10
* Fix PR4092 by improving error recovery in two ways:Chris Lattner2009-04-291-0/+8
* improve a diagnostic to make more sense.Chris Lattner2009-04-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Tweak warning text from the last commitDouglas Gregor2009-03-061-1/+1
* Downgrade complaints about the use of variable-sized types within aDouglas Gregor2009-03-061-2/+2
* Sanity fix for PR3642: if we're treating a diagnostic as an error, it's Eli Friedman2009-02-221-0/+11
* fix test caseZhongxing Xu2009-02-191-1/+1
* Simplify the way in which we inject the names of tag definitions andDouglas Gregor2009-02-031-1/+14
* fix TryToFixInvalidVariablyModifiedType to reject negative array sizesNuno Lopes2009-02-021-0/+1
* fix PR3459: improve compatibility with gcc when checking for constant exprsNuno Lopes2009-02-021-0/+10