summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-2/+1
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-0/+1
* Return statements are initialization; don't forget to revert the initializer toRichard Smith2014-08-211-0/+9
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-151-0/+15
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-311-1/+1
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-1/+1
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-2/+13
* Improve the instantiation of static data members inDouglas Gregor2011-06-031-4/+15
* When performing template argument deduction given a function argumentDouglas Gregor2011-06-031-0/+23
* Enhance Clang to start instantiating static data member definitionsChandler Carruth2011-05-271-0/+18
* When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor2010-03-241-0/+18
* Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. WeDouglas Gregor2010-03-021-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement support for C++ direct initializers that involve dependentDouglas Gregor2009-08-261-0/+28