]> granicus.if.org Git - clang/commit
[clang-diff] Move the JSON export function to clang-diff
authorJohannes Altmanninger <aclopte@gmail.com>
Fri, 18 Aug 2017 21:26:13 +0000 (21:26 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Fri, 18 Aug 2017 21:26:13 +0000 (21:26 +0000)
commit5ce0ae8c6ac9dc99e4807f2989be4c6c50975c5e
tree3c247fa946d32f226cc8ccd14709c28a43002c14
parent433560bf0604ccb20dcafe9716270ba06debd7c9
[clang-diff] Move the JSON export function to clang-diff

Reviewers: arphaman

Subscribers: klimek

Differential Revision: https://reviews.llvm.org/D36178

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311199 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/ASTDiff/ASTDiff.h
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-json.cpp [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg.in
tools/clang-diff/ClangDiff.cpp