summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/templates.mm
Commit message (Expand)AuthorAgeFilesLines
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-291-0/+14
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-301-0/+2
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-241-0/+8
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-241-0/+6
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+3
* When merging class definitions across modules in C++, merge together fields.Richard Smith2013-10-071-2/+30
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-0/+5
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-2/+2
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann2012-10-021-6/+13
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-021-0/+28
OpenPOWER on IntegriCloud