]> granicus.if.org Git - clang/commit
[clang-diff] Improve and test getNodeValue
authorJohannes Altmanninger <aclopte@gmail.com>
Sun, 20 Aug 2017 16:18:43 +0000 (16:18 +0000)
committerJohannes Altmanninger <aclopte@gmail.com>
Sun, 20 Aug 2017 16:18:43 +0000 (16:18 +0000)
commitfbdebfae845511dae1ff852aa303205a1dee5ebf
tree5ca1840ea14d20b014724ae30b1b4eb3aa96261d
parent0366408204172d476c3e10712e2d298ff69c72b5
[clang-diff] Improve and test getNodeValue

Summary: Use qualified names if available.

Reviewers: arphaman

Subscribers: klimek

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311292 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/ASTDiff/ASTDiff.h
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-ast.cpp
test/Tooling/clang-diff-basic.cpp
test/Tooling/clang-diff-bottomup.cpp
test/Tooling/clang-diff-html.test
test/Tooling/clang-diff-opt.cpp
test/Tooling/clang-diff-topdown.cpp
tools/clang-diff/ClangDiff.cpp