Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a57d4ea33fc36f7e204b301d4daa8ae32a202a8c
/
clang
/
test
/
SemaTemplate
/
instantiate-expr-1.cpp
c88a91f
Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1.cpp when AArch64 is the default target.
by Keith Walker
· 11 years ago
d45982c
Replace inline asm constraint "=a" by the more general constraint "=r".
by Simon Atanasyan
· 13 years ago
2ec4061
Pedantic diagnostic correction: in C++, we have integral constant expressions,
by Richard Smith
· 14 years ago
f333f8c
When transforming the arguments for a C++ "new" expression, make sure
by Douglas Gregor
· 14 years ago
8eac6c2
PR10864: make sure we correctly delay type-checking for inline asm tied operands with dependent type. Patch by Likai Liu.
by Eli Friedman
· 14 years ago
85f9055
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 16 years ago
d2d9da0
Make sure to mark constructors, operator new, and operator delete as
by Douglas Gregor
· 16 years ago
de55035
When we decide to re-use an existing CXXConstructExpr node, make sure
by Douglas Gregor
· 16 years ago
6ec89d4
When adding ADL candidates for overloaded
by Douglas Gregor
· 16 years ago
c0ebb94
Land test case.
by Anders Carlsson
· 16 years ago
7011795
use DiagRuntimeBehavior to silence the div/rem by zero warning when
by Chris Lattner
· 16 years ago
faa5417
implement PR6004, warning about divide and remainder by zero.
by Chris Lattner
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
b08f1a7
Fix template instantiation for non-dependent calls to overloaded call
by Douglas Gregor
· 16 years ago
5287f09
When instantiating a UnaryOperator, allow the resulting expression to
by Douglas Gregor
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
084d855
Implement template instantiation for the prefix unary operators. As
by Douglas Gregor
· 17 years ago
0950e41
Implement template instantiation for several more kinds of expressions:
by Douglas Gregor
· 17 years ago
6873f9c
Implement template instantiation for builtin binary operators
by Douglas Gregor
· 17 years ago
573c746
Straw man for instantiation of expressions. Use it to instantiate the
by Douglas Gregor
· 17 years ago