summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-friends/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] If a module declares an entity and then imports another declarationRichard Smith2015-02-061-0/+2
of that entity, ensure that the redeclaration chain is reordered properly on reload. Otherwise, the result of name lookup for that entity may point to an entity that is too old; if that's an injected friend name or the like, that can result in the name not being found at all. llvm-svn: 228371
OpenPOWER on IntegriCloud