[PATCH] D27257: [CodeCompletion] Ensure that ObjC root class completes instance methods from protocols and categories as well

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:17:07 PST 2017


arphaman marked an inline comment as done.
arphaman added a comment.

In https://reviews.llvm.org/D27257#652135, @bruno wrote:

> How does this interact (if at all) with classes annotated with  `__attribute__((objc_root_class))`?


The root classes are just classes without a superclass, the attribute  `__attribute__((objc_root_class))` is used by foundation root classes to avoid the warning for a missing superclass. But there's no real crossover here.


Repository:
  rL LLVM

https://reviews.llvm.org/D27257





More information about the cfe-commits mailing list