summaryrefslogtreecommitdiffstats
path: root/test/Modules/templates.mm
Commit message (Expand)AuthorAgeFilesLines
* [modules] Fix assert if multiple update records provide a definition for aRichard Smith2016-10-261-1/+6
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-4/+4
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [modules] When instantiating the contents of an imported CXXRecordDecl, we canRichard Smith2015-08-111-0/+2
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-2/+2
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-4/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-191-4/+4
* [modules] Use DeclContext::equals rather than == on DeclContext* whenRichard Smith2014-09-031-4/+19
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-2/+2
* 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