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