summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-templates.h
Commit message (Expand)AuthorAgeFilesLines
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-0/+27
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-0/+16
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-0/+35
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-0/+3
* PCH: fix a crash caused by a circular deserialization dependencyDmitri Gribenko2013-12-191-0/+47
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+15
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-131-0/+20
* Add test coverage for serialization of dependent function template specializa...Eli Friedman2013-06-191-0/+7
* Don't eagerly deserialize every templated function (and every static dataRichard Smith2013-04-011-0/+10
* [PCH] Fix assertion hit related to enum decls inside templated funtions.Argyrios Kyrtzidis2013-03-181-0/+13
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-161-0/+26
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+5
* Canonicalize the declaration we write to a PCH file for anDouglas Gregor2012-03-261-0/+10
* When we're deserializing a template parameter declaration, temporarilyDouglas Gregor2011-03-051-0/+12
* Implement proper (de-)serialization for explicit template argumentDouglas Gregor2011-02-041-0/+24
* Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor2010-10-291-0/+5
* When de-serializing a type that is supposed to be canonical, callDouglas Gregor2010-10-261-0/+14
* Fix C++ PCH issue.Argyrios Kyrtzidis2010-09-131-0/+5
* Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis2010-09-061-0/+10
* Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis2010-08-051-0/+11
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-031-0/+8
* Weak references and variables that are not definitions are not required for e...Argyrios Kyrtzidis2010-07-291-0/+7
* Support C++ try/catch statements for PCH.Argyrios Kyrtzidis2010-07-221-1/+2
* Hide the specializations folding sets of ClassTemplateDecl as an implementati...Argyrios Kyrtzidis2010-07-201-0/+5
* Fix http://llvm.org/PR7660Argyrios Kyrtzidis2010-07-191-0/+3
* Provide some test cases for C++ PCH.Argyrios Kyrtzidis2010-07-021-0/+35
* Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.Argyrios Kyrtzidis2010-06-301-0/+10
* Support DependentSizedArrayType for PCH.Argyrios Kyrtzidis2010-06-301-0/+1
* Support DependentScopeDeclRefExpr for PCH.Argyrios Kyrtzidis2010-06-281-0/+1
* Fix PCH emitting/reading for template arguments that contain expressions.Argyrios Kyrtzidis2010-06-281-0/+4
* Fix various bugs in recent commits for C++ PCH.Argyrios Kyrtzidis2010-06-281-0/+1
* Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-06-251-2/+2
* Support UnresolvedLookupExpr for PCH.Argyrios Kyrtzidis2010-06-251-0/+10
* Support UnresolvedMemberExpr for PCH.Argyrios Kyrtzidis2010-06-251-0/+4
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-0/+15
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-2/+12
* Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis2010-06-221-0/+5
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-0/+6