[PATCH] D152770: [clang][ExtractAPI] Add support for Objective-C categories
R4444 via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 15 06:10:31 PDT 2023
Ruturaj4 updated this revision to Diff 550303.
Ruturaj4 marked an inline comment as done.
Ruturaj4 added a comment.
- [clang][ExtractAPI] Add support for Objective-C categories
1. Updating D152770 <https://reviews.llvm.org/D152770>: [clang][ExtractAPI] Add support for Objective-C categories #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment. #
4. If you intended to create a new revision, use:
5. $ arc diff --create
Update test to remove MyClass2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152770/new/
https://reviews.llvm.org/D152770
Files:
clang/include/clang/ExtractAPI/API.h
clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
clang/lib/ExtractAPI/API.cpp
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
clang/test/ExtractAPI/objc_module_category.m
clang/test/ExtractAPI/objc_various_categories.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152770.550303.patch
Type: text/x-patch
Size: 33189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230815/0fa828f4/attachment-0001.bin>
More information about the cfe-commits
mailing list