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-1.cpp
Age
Commit message (
Expand
)
Author
2012-05-22
Replace inline asm constraint "=a" by the more general constraint "=r".
Simon Atanasyan
2012-01-15
Pedantic diagnostic correction: in C++, we have integral constant expressions,
Richard Smith
2011-10-18
When transforming the arguments for a C++ "new" expression, make sure
Douglas Gregor
2011-09-14
PR10864: make sure we correctly delay type-checking for inline asm tied opera...
Eli Friedman
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-02-26
Make sure to mark constructors, operator new, and operator delete as
Douglas Gregor
2010-02-26
When we decide to re-use an existing CXXConstructExpr node, make sure
Douglas Gregor
2010-02-05
When adding ADL candidates for overloaded
Douglas Gregor
2010-01-24
Land test case.
Anders Carlsson
2010-01-12
use DiagRuntimeBehavior to silence the div/rem by zero warning when
Chris Lattner
2010-01-12
implement PR6004, warning about divide and remainder by zero.
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-13
Fix template instantiation for non-dependent calls to overloaded call
Douglas Gregor
2009-11-05
When instantiating a UnaryOperator, allow the resulting expression to
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-13
Implement template instantiation for the prefix unary operators. As
Douglas Gregor
2009-03-13
Implement template instantiation for several more kinds of expressions:
Douglas Gregor
2009-03-12
Implement template instantiation for builtin binary operators
Douglas Gregor
2009-03-12
Straw man for instantiation of expressions. Use it to instantiate the
Douglas Gregor