aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-member-class.cpp
AgeCommit message (Expand)Author
2012-08-08Implement warning for integral null pointer constants other than the literal 0.David Blaikie
2011-11-07Tighten up the conditions under which we consider ourselves to beDouglas Gregor
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-07-01Fix AST representations of alias-declarations which define tag types. Inside ...Richard Smith
2011-03-06We may fail to map a declaration in a template to its instantiatedDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-26Properly account for redeclarations when explicitly instantiating class templ...John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-13Reimplement constructor declarator parsing to cope with template-idsDouglas Gregor
2009-12-15Link up member-class redeclarations during template instantiation.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-25Fix notes regarding the instantiation of member classes (and test 'em).Douglas Gregor
2009-03-25Instantiation for member classes of class templates. Note that onlyDouglas Gregor