This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe90e455d2a0c: [Syntax] Add syntax-tree-dump in clang-check.
(authored by hokein).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
hokein updated this revision to Diff 320112.
hokein marked an inline comment as done.
hokein added a comment.
address comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95526/new/
https://reviews.llvm.org/D95526
Files:
clang/test/Tooling/cla
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/tools/clang-check/ClangCheck.cpp:141
+class BuildSyntaxTree : public clang::ASTFrontendAction {
+public:
DumpSyntaxTree since t
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added a subscriber: mgorny.
hokein requested review of this revision.
Herald added a project: clang.
This is useful to experiment/develop syntax trees.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95526