Age | Commit message (Expand) | Author |
---|---|---|
2013-01-31 | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith |
2012-12-13 | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2011-06-03 | Improve the instantiation of static data members in | Douglas Gregor |
2011-06-03 | When performing template argument deduction given a function argument | Douglas Gregor |
2011-05-27 | Enhance Clang to start instantiating static data member definitions | Chandler Carruth |
2010-03-24 | When pulling apart an initializer that involves a CXXConstructExpr, do | Douglas Gregor |
2010-03-02 | Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-08-26 | Implement support for C++ direct initializers that involve dependent | Douglas Gregor |