summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/nested-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we see an out-of-line definition of a member class template thatDouglas Gregor2011-11-011-0/+13
* Diagnose attempts to write a templated data member, from StepanDouglas Gregor2011-09-211-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Before checking a template template argument against its correspondingDouglas Gregor2009-11-111-1/+1
* Instantiation of template template parameters for nested templates, e.g.,Douglas Gregor2009-11-111-0/+18
* Implement template instantiation for non-type templateDouglas Gregor2009-10-231-0/+7
* When re-entering a template scope, we may be entering a class templateDouglas Gregor2009-09-101-0/+10
* Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor2009-08-261-0/+4
* Test out-of-line definition of a static data member of a member class of a ne...Douglas Gregor2009-08-251-0/+6
* Test out-of-line definitions of static data members of nested member class te...Douglas Gregor2009-08-251-0/+11
* Improve support for out-of-line definitions of nested templates andDouglas Gregor2009-08-251-5/+8
* Implement out-of-line definitions of nested class templates. Most ofDouglas Gregor2009-08-251-7/+46
* Keep track of the template parameter depth properly when we haveDouglas Gregor2009-08-241-0/+14
* Diagnose class members that shadow a template parameter. FixesDouglas Gregor2009-06-171-1/+1
* Tests and fixes for templates declared within (non-template)Douglas Gregor2009-03-271-0/+16