[PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 16:07:36 PST 2017
bruno added a comment.
How does this interact (if at all) with classes annotated with `__attribute__((objc_root_class))`?
================
Comment at: lib/Sema/SemaCodeComplete.cpp:5259
SelIdents, CurContext, Selectors,
AllowSameLength, Results, false);
----------------
`false` -> `false /*IsRootClass*/`
Repository:
rL LLVM
https://reviews.llvm.org/D27257
More information about the cfe-commits
mailing list