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