aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/typedef-redecl.cpp
AgeCommit message (Expand)Author
2011-12-26Delay checking of typedefs of dependent types. Fixes PR11630.Rafael Espindola
2011-11-29PR10101: Recover better from a common copy-paste error: if a functionRichard Smith
2010-07-13Diagnose typedef of an operator name. Fixes PR7462Douglas Gregor
2010-04-27When checking the redeclaration context of a typedef that refers to aDouglas Gregor
2010-04-23Recommit my change to how C++ does elaborated type lookups, now withJohn McCall
2010-04-23Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar
2010-04-23C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-30Typedefs can be redeclared. That seems like something we should record inJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar
2009-10-27Disabling some MS extensions which cause this test to failJohn Thompson
2009-05-03One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2009-01-28Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-21Allow redeclaration of typedefs in C++Douglas Gregor