index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
instantiate-expr-3.cpp
Age
Commit message (
Expand
)
Author
2011-06-14
Properly diagnose using abstract and incomplete types in va_arg
David Majnemer
2011-06-13
Give a diagnostic when using non-POD types in a va_arg
David Majnemer
2010-08-27
Continue to instantiate sub-statements in a CompoundStmt as long as
John McCall
2010-05-08
When instantiating statements that involve conditions (if, while, do,
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-05-22
Template instantiation for ExtVectorElementExpr.
Douglas Gregor
2009-05-20
Fix template instantiation for compound statements so that it properly
Douglas Gregor
2009-05-20
Tweak test case so that the expected-error text matches on both i686 and x86-64.
Douglas Gregor
2009-05-20
Add a va_list/template instantiation test suggested by Eli
Douglas Gregor
2009-05-19
Add FIXMEs for the remaining C and C++ expression types that still
Douglas Gregor
2009-05-19
Template instantiation for __builtin_va_arg.
Douglas Gregor
2009-05-19
Template instantiation for __builtin_choose_expr.
Douglas Gregor
2009-05-19
Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,
Douglas Gregor
2009-05-19
Template instantiation for __builtin_shufflevector.
Douglas Gregor
2009-05-19
Template instantiation for __builtin_types_compatible_p.
Douglas Gregor
2009-05-19
Template instantiation for GNU statement expressions
Douglas Gregor
2009-05-19
Fix handling of the GNU "t ? : f" extension to the conditional
Douglas Gregor
2009-05-19
Template instantiation for compound assignment operators.
Douglas Gregor
2009-05-18
Template instantiation for imaginary literals, because they were next in Expr.h
Douglas Gregor