commit | a75b2cac718500b6b0d2bc59abc7ccbb1eeb0663 | [log] [tgz] |
---|---|---|
author | Alex Lorenz <arphaman@gmail.com> | Fri Jul 21 12:49:28 2017 +0000 |
committer | Alex Lorenz <arphaman@gmail.com> | Fri Jul 21 12:49:28 2017 +0000 |
tree | 467caac864825052c987965ddadba416031a5a40 | |
parent | 024e319489daa7fe28e0d639502f2f141fb5a146 [diff] |
[clang-diff] Add initial implementation This is the first commit for the "Clang-based C/C++ diff tool" GSoC project. ASTDiff is a new library that computes a structural AST diff between two ASTs using the gumtree algorithm. Clang-diff is a new Clang tool that will show the structural code changes between different ASTs. Patch by Johannes Altmanninger! Differential Revision: https://reviews.llvm.org/D34329 llvm-svn: 308731