aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/cxx-templates.cpp
AgeCommit message (Expand)Author
2013-04-01Don't eagerly deserialize every templated function (and every static dataRichard Smith
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-09-12PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith
2012-03-26Canonicalize the declaration we write to a PCH file for anDouglas Gregor
2011-03-06When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson
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-02-04Implement proper (de-)serialization for explicit template argumentDouglas Gregor
2010-10-29Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor
2010-10-26When de-serializing a type that is supposed to be canonical, callDouglas Gregor
2010-09-06Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis
2010-08-10tests: Avoid unnecessary redirection.Daniel Dunbar
2010-08-05Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis
2010-08-03Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis
2010-06-25Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis
2010-06-24Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis
2010-06-23Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis
2010-06-22Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis
2010-06-19Include a hack to allow loading of templated CXXRecordDecls and test template...Argyrios Kyrtzidis
2010-06-19Initial support for writing templates to PCH.Argyrios Kyrtzidis