summaryrefslogtreecommitdiffstats
path: root/test/Modules/submodules-merge-defs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-0/+7
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-181-2/+2
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-131-0/+8
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-121-11/+11
* Revert r240335.Richard Smith2015-11-121-1/+6
* [modules] When parsing the base specifiers of a parse-merged class, the currentRichard Smith2015-08-171-14/+14
* [modules] Make IndirectFieldDecl mergeable to avoid lookup ambiguity when the...Richard Smith2015-08-041-0/+1
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-081-0/+5
* [modules] Merging support for specializations of a function template. This veryRichard Smith2015-07-011-0/+2
* [modules] Don't make out-of-line member specializations of an instantiatedRichard Smith2015-07-011-10/+17
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-1/+6
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-0/+9
* [modules] Fix typo in default argument merging.Richard Smith2015-06-171-0/+1
* [modules] If we merge a template, also track that its parameters are merged soRichard Smith2015-06-171-4/+3
* [modules] Improve diagnostic for a template-id that's invalid because a defaultRichard Smith2015-06-171-1/+9
* [modules] Fix merging of default template arguments onto friend templates.Richard Smith2015-06-161-0/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-6/+6
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-8/+11
* [modules] Apply name visibility rules to names found by ADL.Richard Smith2015-06-121-2/+2
* [modules] Fix crash with multiple levels of default template argument merging.Richard Smith2015-06-111-0/+6
* [modules] Fix a few places where merging wasn't performed if modules was disa...Richard Smith2015-06-111-0/+11
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+2
* [modules] Allow a function template definition if we have a pre-existing but ...Richard Smith2015-03-271-6/+16
* [modules] When merging class definitions, make the retained definition visibleRichard Smith2015-03-271-0/+5
* [modules] Allow a function to be redefined if the old definition is not visible.Richard Smith2015-03-271-1/+7
* [modules] Handle defining a tag with a typedef name for linkage purposes on t...Richard Smith2015-03-271-0/+5
* [modules] Handle defining a class template on top of an existing imported-but...Richard Smith2015-03-271-1/+16
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+13