This is done with -ast-dump; the JSON variant has been renamed to
-ast-dump-json.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D36180
[clang-diff] Add option to dump the AST, one node per line ClosedPublic Authored by johannes on Aug 1 2017, 1:52 PM.
Details Summary This is done with -ast-dump; the JSON variant has been renamed to
Diff Detail
Event Timelinejohannes added a parent revision: D36179: [clang-diff] Move printing of matches and changes to clang-diff.Aug 1 2017, 2:04 PM This revision is now accepted and ready to land.Aug 9 2017, 4:33 AM Closed by commit rL311232: [clang-diff] Add option to dump the AST, one node per line (authored by krobelus). · Explain WhyAug 19 2017, 2:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111808 cfe/trunk/test/Tooling/clang-diff-ast.cpp
cfe/trunk/test/Tooling/clang-diff-json.cpp
cfe/trunk/tools/clang-diff/ClangDiff.cpp
|