aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/struct-class-redecl.cpp
AgeCommit message (Expand)Author
2011-06-10Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t...Richard Trieu
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-14In C++, warn when something previously declared as a "struct" is laterDouglas Gregor
2009-05-03One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor