summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-init.cpp
AgeCommit message (Expand)Author
2018-02-09Merging r324537:Hans Wennborg
2017-01-07PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith
2014-11-17Handle use of default member initializers before end of outermost classReid Kleckner
2014-08-21Return statements are initialization; don't forget to revert the initializer toRichard Smith
2013-08-15Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2012-12-13Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2011-06-03Improve the instantiation of static data members inDouglas Gregor
2011-06-03When performing template argument deduction given a function argumentDouglas Gregor
2011-05-27Enhance Clang to start instantiating static data member definitionsChandler Carruth
2010-03-24When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor
2010-03-02Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. WeDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-26Implement support for C++ direct initializers that involve dependentDouglas Gregor