[PATCH] D123391: [clang][extract-api] Emit "navigator" property of "name" in SymbolGraph
Victoria Mitchell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 8 08:20:57 PDT 2022
QuietMisdreavus added a comment.
This looks good! Just one question.
================
Comment at: clang/test/ExtractAPI/objc_interface.m:198
+ "kind": "identifier",
+ "spelling": "getWithProperty:"
+ }
----------------
I'm curious: Does this properly handle Objective-C methods with multiple arguments? i.e. if there were a method `setProperty:andOtherProperty:`, would that be the navigator name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123391/new/
https://reviews.llvm.org/D123391
More information about the cfe-commits
mailing list