aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-expr-3.cpp
AgeCommit message (Expand)Author
2011-06-14Properly diagnose using abstract and incomplete types in va_argDavid Majnemer
2011-06-13Give a diagnostic when using non-POD types in a va_argDavid Majnemer
2010-08-27Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall
2010-05-08When instantiating statements that involve conditions (if, while, do,Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-22Template instantiation for ExtVectorElementExpr.Douglas Gregor
2009-05-20Fix template instantiation for compound statements so that it properlyDouglas Gregor
2009-05-20Tweak test case so that the expected-error text matches on both i686 and x86-64.Douglas Gregor
2009-05-20Add a va_list/template instantiation test suggested by EliDouglas Gregor
2009-05-19Add FIXMEs for the remaining C and C++ expression types that stillDouglas Gregor
2009-05-19Template instantiation for __builtin_va_arg.Douglas Gregor
2009-05-19Template instantiation for __builtin_choose_expr.Douglas Gregor
2009-05-19Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,Douglas Gregor
2009-05-19Template instantiation for __builtin_shufflevector.Douglas Gregor
2009-05-19Template instantiation for __builtin_types_compatible_p.Douglas Gregor
2009-05-19Template instantiation for GNU statement expressionsDouglas Gregor
2009-05-19Fix handling of the GNU "t ? : f" extension to the conditionalDouglas Gregor
2009-05-19Template instantiation for compound assignment operators.Douglas Gregor
2009-05-18Template instantiation for imaginary literals, because they were next in Expr.hDouglas Gregor