summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-expr-4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash due to missing array-to-pointer decay when instantiating an unresolvedRichard Smith2011-10-261-0/+10
* When we decide not to rebuild an instantiated C++ 'new' expressionDouglas Gregor2011-07-261-0/+17
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Enhance the diagnostic for negative array sizes to include theChandler Carruth2011-01-041-2/+2
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall2010-08-271-1/+1
* Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries whenChandler Carruth2010-03-311-0/+13
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Migrate the mish-mash of declaration checks inDouglas Gregor2010-02-091-2/+2
* Use the new init code for member subobjects.Anders Carlsson2010-01-231-1/+1
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Diagnose the use of incomplete types in C++ typeid expressionsDouglas Gregor2009-12-231-4/+3
* When transforming a C++ "new" expression that was not explicitly givenDouglas Gregor2009-12-221-0/+14
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-1/+1
* Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor2009-12-161-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rework the way we handle template instantiation forDouglas Gregor2009-12-121-0/+12
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-3/+3
* Template instantiation for qualified declaration referenceDouglas Gregor2009-05-221-0/+11
* Add a few tests to ensure that member functions of class templates canDouglas Gregor2009-05-221-0/+38
* Representation of and template instantiation for memberDouglas Gregor2009-05-221-0/+60
* Template instantiation for initializer listsDouglas Gregor2009-05-211-0/+28
* Template instantiation for unary type traits, e.g., __is_podDouglas Gregor2009-05-211-0/+11
* Template instantiation for C++ "typeid" expressions.Douglas Gregor2009-05-211-0/+26
* Template instantiation for C++ throw expressionsDouglas Gregor2009-05-211-0/+18
* Template instantiation for C++ delete expressionDouglas Gregor2009-05-211-1/+13
* Template instantiation for C++ "new" expressions.Douglas Gregor2009-05-211-2/+43
* Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor2009-05-201-0/+9
* Template instantiation for the various kinds of AST nodes that occurDouglas Gregor2009-05-201-0/+35