Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules][ObjC] ASTReader should add protocols for class extensions | Bruno Cardoso Lopes | 2018-04-27 | 4 | -0/+28 |
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 |