summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/struct-class-redecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t...Richard Trieu2011-06-101-2/+158
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* In C++, warn when something previously declared as a "struct" is laterDouglas Gregor2009-05-141-5/+5
* One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor2009-05-031-0/+8