summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-expr-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-1/+1
* When transforming the arguments for a C++ "new" expression, make sureDouglas Gregor2011-10-181-1/+8
* PR10864: make sure we correctly delay type-checking for inline asm tied opera...Eli Friedman2011-09-141-0/+13
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-7/+7
* Make sure to mark constructors, operator new, and operator delete asDouglas Gregor2010-02-261-0/+17
* When we decide to re-use an existing CXXConstructExpr node, make sureDouglas Gregor2010-02-261-0/+16
* When adding ADL candidates for overloadedDouglas Gregor2010-02-051-0/+12
* Land test case.Anders Carlsson2010-01-241-0/+13
* use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner2010-01-121-2/+1
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix template instantiation for non-dependent calls to overloaded callDouglas Gregor2009-12-131-0/+18
* When instantiating a UnaryOperator, allow the resulting expression toDouglas Gregor2009-11-051-1/+26
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-131-0/+16
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-131-0/+10
* Implement template instantiation for builtin binary operatorsDouglas Gregor2009-03-121-0/+33
* Straw man for instantiation of expressions. Use it to instantiate theDouglas Gregor2009-03-121-0/+12