summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-templates-a.h
Commit message (Expand)AuthorAgeFilesLines
* [modules] When building an injected-class-name type, we may have to insert itRichard Smith2014-10-211-0/+5
* [modules] When instantiating a class member, don't expect to find the previousRichard Smith2014-10-111-0/+2
* [modules] Delay loading the field declared with an anonymous tag declarationRichard Smith2014-10-101-0/+8
* [modules] When completing the redecl chain for an anonymous declaration in aRichard Smith2014-08-281-1/+2
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-0/+1
* [modules] Track the described template in an alias declaration that is theRichard Smith2014-08-261-0/+2
* [modules] Don't assert if the same imported class template specializationRichard Smith2014-08-141-0/+1
* [modules] When we merge together multiple class template specializationRichard Smith2014-08-141-0/+2
* [modules] Add testcase for a bug reduced from a selfhost issue. This bug wasRichard Smith2014-07-291-0/+7
* Revert accidentally-committed files in r214151.Richard Smith2014-07-291-7/+0
* [modules] Add missing #include, found by modules build. We need a classRichard Smith2014-07-291-0/+7
* [modules] PR20475: merging support for alias template declarations.Richard Smith2014-07-281-0/+2
* [modules] When merging a class template, also merge the definition of its pat...Richard Smith2014-07-111-0/+6
* [modules] Don't try to merge template specializations by performing name lookupRichard Smith2014-07-111-0/+4
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-231-0/+7
* If a class template specialization from one module has its definitionRichard Smith2014-05-221-0/+6
* If a template instantation introduces a name into a namespace, we need to writeRichard Smith2014-03-231-0/+2
* Test that we can merge together explicit and partial specializations fromRichard Smith2013-10-151-0/+8
* C++ modules: merging for enumerations and enumerators with multiple definitionsRichard Smith2013-10-151-0/+7
* Merge common pointers for redeclarations of the same template across modules.Richard Smith2013-10-131-0/+3
* C++ modules: if a class is defined in multiple modules (for instance, becauseRichard Smith2013-09-091-0/+6
* When merging redeclaration chains across modules, if a declaration is visibleRichard Smith2013-08-021-0/+2
* Fix assert when instantiating a default argument of a template defined in aRichard Smith2013-08-011-0/+2
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-251-0/+6
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-251-0/+6
* Check for matching template-parameter-lists when merging template declarations.Richard Smith2013-06-241-0/+4
* Slightly improve cross-module merging for function templates.Richard Smith2013-06-241-0/+6
OpenPOWER on IntegriCloud