summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/fun-template-def.cpp
Commit message (Expand)AuthorAge
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-28
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-27
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-05
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-09
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-13
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-06
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-19
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-19
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* When type-checking a C++ "new" expression, don't type-check the actual Douglas Gregor2009-10-17
* Don't try to evaluate an expression that is type- or value-dependent while bu...Douglas Gregor2009-08-24
* Template instantiation for C99 designated initializers, because weDouglas Gregor2009-05-21
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Make more AST nodes and semantic checkers dependent-expression-aware.Sebastian Redl2009-02-26