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