aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_explicit.cpp
AgeCommit message (Expand)Author
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-10-18Refactor the checking for explicit template instantiations being performed inRichard Smith
2010-05-11The C++98/03 standard is disturbingly silent about out-of-scopeDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-23Tolerate extraneous "template<>" headers better, downgrading theDouglas Gregor
2009-10-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-05-18When instantiating the definition of a member function of a classDouglas Gregor
2009-05-14Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor
2009-05-13Explicit instantiations of templates now instantiate the definitionsDouglas Gregor
2009-05-13Improve the semantic checking for explicit instantiations ofDouglas Gregor
2009-05-13Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor
2009-05-12Implement parsing for explicit instantiations of class templates, e.g.,Douglas Gregor