aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/nested-template.cpp
AgeCommit message (Expand)Author
2012-09-06Don't try to check override control for invalid member functions. Fixes a cra...Richard Smith
2011-11-01When we see an out-of-line definition of a member class template thatDouglas Gregor
2011-09-21Diagnose attempts to write a templated data member, from StepanDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11Before checking a template template argument against its correspondingDouglas Gregor
2009-11-11Instantiation of template template parameters for nested templates, e.g.,Douglas Gregor
2009-10-23Implement template instantiation for non-type templateDouglas Gregor
2009-09-10When re-entering a template scope, we may be entering a class templateDouglas Gregor
2009-08-26Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor
2009-08-25Test out-of-line definition of a static data member of a member class of a ne...Douglas Gregor
2009-08-25Test out-of-line definitions of static data members of nested member class te...Douglas Gregor
2009-08-25Improve support for out-of-line definitions of nested templates andDouglas Gregor
2009-08-25Implement out-of-line definitions of nested class templates. Most ofDouglas Gregor
2009-08-24Keep track of the template parameter depth properly when we haveDouglas Gregor
2009-06-17Diagnose class members that shadow a template parameter. FixesDouglas Gregor
2009-03-27Tests and fixes for templates declared within (non-template)Douglas Gregor