[PATCH] D56924: Handle ObjCCategoryDecl class extensions for print
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 31 13:06:27 PST 2019
arphaman requested changes to this revision.
arphaman added a comment.
This revision now requires changes to proceed.
Do you know if this have an effect on the output of completion results or other tooling-based output?
A couple of requests:
- This behavior should be controlled by a printing policy flag `SupressUnwrittenScope` (specifically for the '::(class extension)').
- I also agree with Sam's comment. The property should still be qualified by the class name as well, e.g. `Obj::(class extension)::property`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56924/new/
https://reviews.llvm.org/D56924
More information about the cfe-commits
mailing list