[PATCH] D122446: [clang][extract-api] Add Objective-C interface support

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 06:16:18 PDT 2022


dang requested changes to this revision.
dang added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/lib/ExtractAPI/DeclarationFragments.cpp:660
+
+// Subheading of an Objective-C method is a `+` or `-` sign indicating whether
+// it's a class method or an instance method, followed by the selector name.
----------------
We shouldn't be appending the +/- here. We can discuss this more offline


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122446/new/

https://reviews.llvm.org/D122446



More information about the cfe-commits mailing list