summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/typedef-redecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delay checking of typedefs of dependent types. Fixes PR11630.Rafael Espindola2011-12-261-0/+34
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-291-0/+5
* Diagnose typedef of an operator name. Fixes PR7462Douglas Gregor2010-07-131-0/+6
* When checking the redeclaration context of a typedef that refers to aDouglas Gregor2010-04-271-0/+11
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-1/+1
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-1/+1
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Typedefs can be redeclared. That seems like something we should record inJohn McCall2009-12-301-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Disabling some MS extensions which cause this test to failJohn Thompson2009-10-271-1/+1
* One can use "class" and "struct" interchangeably to refer to a classDouglas Gregor2009-05-031-2/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor2009-01-281-2/+23
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-3/+3
* Allow redeclaration of typedefs in C++Douglas Gregor2008-11-211-0/+12