summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/injected-class-name.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-1/+4
* DR1909: Diagnose all invalid cases of a class member sharing its name with th...Richard Smith2015-07-061-0/+6
* When we start the definition of a class template, set theDouglas Gregor2010-04-301-0/+12
* Create a new InjectedClassNameType to represent bare-word references to the John McCall2010-03-101-0/+6
* Reimplement constructor declarator parsing to cope with template-idsDouglas Gregor2010-01-131-5/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use the new statement/expression profiling code to unique dependentDouglas Gregor2009-07-291-1/+9
* Implement the semantics of the injected-class-name within a classDouglas Gregor2009-05-101-2/+25
* The injected-class-name of class templates and class templateDouglas Gregor2009-03-261-0/+17