summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-name-for-linkage/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When reading / writing a typedef that is a name for linkage forRichard Smith2017-01-261-0/+1
| | | | | | | | | | | | | | another declaration, ensure we actually serialize / deserialize that declaration. Before this patch, if another copy of the typedef were merged with the parsed version, we would emit type information referring to the merged version and consequently emit nothing about the parsed anonymous struct. This resulted in us losing information, particularly the visible merged module set for the parsed definition. Force that information to be emitted and to be loaded when the typedef is used. llvm-svn: 293219
* [modules] If we load two declarations with typedef names for linkage purposesRichard Smith2015-01-221-0/+2
on top of a local declaration of the same entity, we still need to remember that we loaded the first one or we may fail to merge the second one properly. llvm-svn: 226765
OpenPOWER on IntegriCloud