aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-expr-4.cpp
AgeCommit message (Expand)Author
2011-10-26Fix crash due to missing array-to-pointer decay when instantiating an unresolvedRichard Smith
2011-07-26When we decide not to rebuild an instantiated C++ 'new' expressionDouglas Gregor
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-08-27Continue to instantiate sub-statements in a CompoundStmt as long asJohn McCall
2010-03-31Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries whenChandler Carruth
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-09Migrate the mish-mash of declaration checks inDouglas Gregor
2010-01-23Use the new init code for member subobjects.Anders Carlsson
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-23Diagnose the use of incomplete types in C++ typeid expressionsDouglas Gregor
2009-12-22When transforming a C++ "new" expression that was not explicitly givenDouglas Gregor
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-16Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-12Rework the way we handle template instantiation forDouglas Gregor
2009-12-09Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-05-22Template instantiation for qualified declaration referenceDouglas Gregor
2009-05-22Add a few tests to ensure that member functions of class templates canDouglas Gregor
2009-05-22Representation of and template instantiation for memberDouglas Gregor
2009-05-21Template instantiation for initializer listsDouglas Gregor
2009-05-21Template instantiation for unary type traits, e.g., __is_podDouglas Gregor
2009-05-21Template instantiation for C++ "typeid" expressions.Douglas Gregor
2009-05-21Template instantiation for C++ throw expressionsDouglas Gregor
2009-05-21Template instantiation for C++ delete expressionDouglas Gregor
2009-05-21Template instantiation for C++ "new" expressions.Douglas Gregor
2009-05-20Template instantiation for CXXExprWithTemporaries, which occurs whenDouglas Gregor
2009-05-20Template instantiation for the various kinds of AST nodes that occurDouglas Gregor