summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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