summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/struct-class-redecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wmismatched-tags to not warn on redeclarations of structs in systemRichard Smith2018-12-041-1/+30
* DR1909: Diagnose all invalid cases of a class member sharing its name with th...Richard Smith2015-07-061-2/+2
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-0/+6
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* 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
OpenPOWER on IntegriCloud