summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/class-extension/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [Modules][ObjC] ASTReader should add protocols for class extensionsBruno Cardoso Lopes2018-04-271-0/+11
During deserialization clang is currently missing the merging of protocols into the canonical interface for the class extension. This merging only currently happens during parsing and should also be considered during deserialization. rdar://problem/38724303 llvm-svn: 331063
OpenPOWER on IntegriCloud