summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/objc-category
Commit message (Collapse)AuthorAgeFilesLines
* Modules: for ObjectiveC try to keep the definition invariant.Manman Ren2016-09-094-0/+11
When deserializing ObjCInterfaceDecl with definition data, if we already have a definition, try to keep the definition invariant; also pull in the categories even if it is not what getDefinition returns (this effectively combines categories). rdar://27926200 rdar://26708823 llvm-svn: 281119
OpenPOWER on IntegriCloud