summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-member-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tighten up the conditions under which we consider ourselves to beDouglas Gregor2011-11-071-0/+22
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* Fix AST representations of alias-declarations which define tag types. Inside ...Richard Smith2011-07-011-0/+14
* We may fail to map a declaration in a template to its instantiatedDouglas Gregor2011-03-061-0/+23
* Turn access control on by default in -cc1.John McCall2010-04-091-2/+3
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* Properly account for redeclarations when explicitly instantiating class templ...John McCall2010-03-261-0/+30
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Reimplement constructor declarator parsing to cope with template-idsDouglas Gregor2010-01-131-2/+2
* Link up member-class redeclarations during template instantiation.John McCall2009-12-151-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix notes regarding the instantiation of member classes (and test 'em).Douglas Gregor2009-03-251-1/+6
* Instantiation for member classes of class templates. Note that onlyDouglas Gregor2009-03-251-0/+33