User Details
User Details
- User Since
- Jan 12 2022, 11:44 PM (89 w, 5 d)
Sun, Sep 10
Sun, Sep 10
Arsenic added a comment to D158646: [clang-tools-extra][ExtractAPI] create clang-symbolgraph-merger.
Aug 26 2023
Aug 26 2023
Arsenic updated the diff for D157810: [clang][ExtractAPI] Create extractapi::RecordLocation.
- Move creation of DocComment in it's own separate function
- Update the Underlying DataType used by RecordLocation
- Update the patch to account for new C++ APIRecords
Aug 23 2023
Aug 23 2023
Arsenic requested review of D158646: [clang-tools-extra][ExtractAPI] create clang-symbolgraph-merger.
Arsenic updated the diff for D157810: [clang][ExtractAPI] Create extractapi::RecordLocation.
- Create function to directly get DocComments from Decl
- Update the way RecordLocation holds filename
- Update changes to use RecordLocation with new C++ APIRecords
Aug 13 2023
Aug 13 2023
Arsenic updated the diff for D157810: [clang][ExtractAPI] Create extractapi::RecordLocation.
Fix minor typo in code comments
Arsenic requested review of D157810: [clang][ExtractAPI] Create extractapi::RecordLocation.
Jul 3 2023
Jul 3 2023
Arsenic committed rG8e9145e43142: [clang][ExtractAPI] Add --emit-symbol-graph option (authored by Arsenic).
[clang][ExtractAPI] Add --emit-symbol-graph option
Jun 28 2023
Jun 28 2023
Arsenic updated the diff for D152356: [clang][ExtractAPI] Add --emit-symbol-graph option.
Changes majorly include fixing issues pointed out by review comments :
- Remove WrappingExtractAPIAction::prepareToExecuteAction()
- Move knownInputFiles from Base action to ExtractAPIFrontendAction
- Fix naming of MacroCallback and symbolGraphConsumer
- Fix minor typos
- Remove BasicExtractAPIVisitor, directly use ExtractAPIVisitor instead
Jun 16 2023
Jun 16 2023
Arsenic published D152356: [clang][ExtractAPI] Add --emit-symbol-graph option for review.
Mar 13 2023
Mar 13 2023
Arsenic committed rG58825d2cf947: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores (authored by Arsenic).
[clang][ExtractAPI] Add multiple file support to --extract-api-ignores
Arsenic updated the diff for D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores.
fix test
Arsenic updated the diff for D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores.
Update clang/test/ExtractAPI/ignored-symbols-multifile.c :
Shuffle the order of ignored symbols in test to check the sorting behaviour of APIIgnoresList
Mar 12 2023
Mar 12 2023
Arsenic added a reviewer for D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores: zixuw.
Arsenic requested review of D145869: [clang][ExtractAPI] Add multiple file support to --extract-api-ignores.
Feb 28 2023
Feb 28 2023
duplicate of https://reviews.llvm.org/D144940
Arsenic updated the diff for D144940: [clang][ExtractAPI] Handle platform specific unavailability correctly.
Add test to check platform specific unavailability
Arsenic added a reviewer for D144964: [clang][ExtractAPI] Handle platform specific unavailability correctly: zixuw.
Arsenic requested review of D144964: [clang][ExtractAPI] Handle platform specific unavailability correctly.
Arsenic added a comment to D144940: [clang][ExtractAPI] Handle platform specific unavailability correctly.
Feb 27 2023
Feb 27 2023
Arsenic published D144940: [clang][ExtractAPI] Handle platform specific unavailability correctly for review.