summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-expr-3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly diagnose using abstract and incomplete types in va_argDavid Majnemer2011-06-141-9/+0
* Give a diagnostic when using non-POD types in a va_argDavid Majnemer2011-06-131-0/+9
* Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall2010-08-271-3/+7
* When instantiating statements that involve conditions (if, while, do,Douglas Gregor2010-05-081-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Template instantiation for ExtVectorElementExpr.Douglas Gregor2009-05-221-36/+0
* Fix template instantiation for compound statements so that it properlyDouglas Gregor2009-05-201-1/+1
* Tweak test case so that the expected-error text matches on both i686 and x86-64.Douglas Gregor2009-05-201-1/+1
* Add a va_list/template instantiation test suggested by EliDouglas Gregor2009-05-201-0/+14
* Add FIXMEs for the remaining C and C++ expression types that stillDouglas Gregor2009-05-191-1/+20
* Template instantiation for __builtin_va_arg.Douglas Gregor2009-05-191-0/+16
* Template instantiation for __builtin_choose_expr.Douglas Gregor2009-05-191-0/+15
* Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,Douglas Gregor2009-05-191-12/+0
* Template instantiation for __builtin_shufflevector.Douglas Gregor2009-05-191-0/+16
* Template instantiation for __builtin_types_compatible_p.Douglas Gregor2009-05-191-0/+12
* Template instantiation for GNU statement expressionsDouglas Gregor2009-05-191-0/+13
* Fix handling of the GNU "t ? : f" extension to the conditionalDouglas Gregor2009-05-191-0/+18
* Template instantiation for compound assignment operators.Douglas Gregor2009-05-191-0/+29
* Template instantiation for imaginary literals, because they were next in Expr.hDouglas Gregor2009-05-181-0/+11