Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add files forgotten in r293219. | Richard Smith | 2017-01-26 | 2 | -0/+3 |
| | | | | llvm-svn: 293222 | ||||
* | [modules] When reading / writing a typedef that is a name for linkage for | Richard Smith | 2017-01-26 | 2 | -0/+5 |
| | | | | | | | | | | | | | | 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 purposes | Richard Smith | 2015-01-22 | 3 | -0/+4 |
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 |