[PATCH] D152770: [clang][ExtractAPI] Add support for Objective-C categories

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 04:55:44 PDT 2023


dang added inline comments.


================
Comment at: clang/test/ExtractAPI/objc_various_categories.m:8
+// RUN: %t/myclass_1.h \
+// RUN: %t/input.h -o %t/output.json | FileCheck -allow-empty %s
+
----------------
I don't think you need to have MyClass2 and the associated myclass2.h. It's fine to check that everything looks right just for the NSString categories.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152770



More information about the cfe-commits mailing list