summaryrefslogtreecommitdiff
path: root/test/Sema/type-spec-struct-union.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Properly set the scope of non-fields declared within a struct, union,Douglas Gregor2009-01-121-0/+28
* When we see a reference to a struct, class, or union like "struct X"Douglas Gregor2009-01-091-0/+37