summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/templates-left.h
Commit message (Expand)AuthorAgeFilesLines
* [modules] Fix assert if multiple update records provide a definition for aRichard Smith2016-10-261-0/+2
* [modules] Use DeclContext::equals rather than == on DeclContext* whenRichard Smith2014-09-031-0/+4
* [modules] Turn off a broken optimization: we need to pick up implicit specialRichard Smith2014-08-141-0/+6
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-291-0/+4
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-301-0/+5
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-241-0/+10
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-241-0/+2
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+6
* When merging class definitions across modules in C++, merge together fields.Richard Smith2013-10-071-0/+4
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-0/+2
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann2012-10-021-3/+5
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-021-0/+27
OpenPOWER on IntegriCloud