summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/fun-template-def.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-281-1/+1
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-271-0/+8
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-1/+1
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-3/+3
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When type-checking a C++ "new" expression, don't type-check the actual Douglas Gregor2009-10-171-1/+1
* Don't try to evaluate an expression that is type- or value-dependent while bu...Douglas Gregor2009-08-241-1/+6
* Template instantiation for C99 designated initializers, because weDouglas Gregor2009-05-211-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make more AST nodes and semantic checkers dependent-expression-aware.Sebastian Redl2009-02-261-0/+43