summaryrefslogtreecommitdiff
path: root/test/PCH/cxx-templates.h
AgeCommit message (Expand)Author
2017-05-09Don't mark a member as a member specialization until we know we're keeping th...Richard Smith
2013-12-19PCH: fix a crash caused by a circular deserialization dependencyDmitri Gribenko
2013-08-13Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith
2013-07-13C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith
2013-06-19Add test coverage for serialization of dependent function template specializa...Eli Friedman
2013-04-01Don't eagerly deserialize every templated function (and every static dataRichard Smith
2013-03-18[PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
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-05When we're deserializing a template parameter declaration, temporarilyDouglas Gregor
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-13Fix C++ PCH issue.Argyrios Kyrtzidis
2010-09-06Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis
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-07-29Weak references and variables that are not definitions are not required for e...Argyrios Kyrtzidis
2010-07-22Support C++ try/catch statements for PCH.Argyrios Kyrtzidis
2010-07-20Hide the specializations folding sets of ClassTemplateDecl as an implementati...Argyrios Kyrtzidis
2010-07-19Fix http://llvm.org/PR7660Argyrios Kyrtzidis
2010-07-02Provide some test cases for C++ PCH.Argyrios Kyrtzidis
2010-06-30Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis
2010-06-30Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis
2010-06-28Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis
2010-06-28Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis
2010-06-28Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis
2010-06-25Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis
2010-06-25Support UnresolvedLookupExpr for PCH.Argyrios Kyrtzidis
2010-06-25Support UnresolvedMemberExpr 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-19Initial support for writing templates to PCH.Argyrios Kyrtzidis