[PATCH] D152356: [clang][ExtractAPI] Add --emit-symbol-graph option
Ankur Saini via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 22:46:03 PDT 2023
Arsenic updated this revision to Diff 535630.
Arsenic added a comment.
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
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152356/new/
https://reviews.llvm.org/D152356
Files:
clang/include/clang/Driver/Options.td
clang/include/clang/ExtractAPI/ExtractAPIActionBase.h
clang/include/clang/ExtractAPI/FrontendActions.h
clang/include/clang/Frontend/FrontendOptions.h
clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
clang/test/ExtractAPI/emit-symbol-graph/multi_file.c
clang/test/ExtractAPI/emit-symbol-graph/single_file.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152356.535630.patch
Type: text/x-patch
Size: 39056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230629/a44153cc/attachment-0001.bin>
More information about the cfe-commits
mailing list