sammccall added a comment.
Example of using conusmeASTs + executeFromCommandLine
(It's not that many extra lines of code, but they're not really easy ones to
write, and to work out whether they're minimal/correct)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://revie
sammccall updated this revision to Diff 540660.
sammccall added a comment.
format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155361/new/
https://reviews.llvm.org/D155361
Files:
clang/include/clang/Tooling/AllTUsExecution.h
clang/include/cla
sammccall updated this revision to Diff 540659.
sammccall added a comment.
squash commits
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155361/new/
https://reviews.llvm.org/D155361
Files:
clang/include/clang/Tooling/AllTUsExecution.h
clang/inc
sammccall updated this revision to Diff 540657.
sammccall added a comment.
tweak comment, remove unused overload
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155361/new/
https://reviews.llvm.org/D155361
Files:
clang/include/clang/Tooling/AllTUs
sammccall updated this revision to Diff 540656.
sammccall edited the summary of this revision.
sammccall added a comment.
update description
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155361/new/
https://reviews.llvm.org/D155361
Files:
clang/
sammccall created this revision.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The tooling APIs have a lot of extension points for customization:
e.g. Executor, FrontendActionFactory, FrontendAction,