summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-16/+18
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-4/+26
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-0/+16
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-0/+8
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-191-1/+1
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-11/+11
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-11/+11
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-6/+10
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-0/+5
* C++ modules: Don't call DeclContext::lookup when half-way through deserializingRichard Smith2013-07-131-0/+5
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-0/+5
* Add test coverage for serialization of dependent function template specializa...Eli Friedman2013-06-191-0/+4
* Don't eagerly deserialize every templated function (and every static dataRichard Smith2013-04-011-1/+1
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-161-0/+6
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+2
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-5/+14
* Canonicalize the declaration we write to a PCH file for anDouglas Gregor2012-03-261-0/+6
* When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson2011-03-061-0/+19
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-5/+5
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-5/+5
* Implement proper (de-)serialization for explicit template argumentDouglas Gregor2011-02-041-0/+4
* Make the deserialization of C++ base class specifiers lazy, improvingDouglas Gregor2010-10-291-0/+2
* When de-serializing a type that is supposed to be canonical, callDouglas Gregor2010-10-261-1/+3
* Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...Argyrios Kyrtzidis2010-09-061-0/+2
* tests: Avoid unnecessary redirection.Daniel Dunbar2010-08-101-2/+2
* Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis2010-08-051-0/+3
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-031-2/+9
* Support NonTypeTemplateParmDecl for PCH.Argyrios Kyrtzidis2010-06-251-1/+1
* Support a couple more C++ Exprs for PCH.Argyrios Kyrtzidis2010-06-241-2/+13
* Support C++ class template specializations and partial specializations for PCH.Argyrios Kyrtzidis2010-06-231-3/+9
* Support emitting/reading function templates to/from PCH.Argyrios Kyrtzidis2010-06-221-0/+4
* Include a hack to allow loading of templated CXXRecordDecls and test template...Argyrios Kyrtzidis2010-06-191-1/+2
* Initial support for writing templates to PCH.Argyrios Kyrtzidis2010-06-191-0/+3