summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/Inputs/clang-diff-basic-src.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-diff] Simplify mappingJohannes Altmanninger2017-08-191-1/+3
| | | | | | | | | | | | | | | | | | | Summary: Until we find a decent heuristic on how to choose between multiple identical trees, there is no point in supporting multiple mappings. This also enables matching of nodes with parents of different types, because there are many instances where this is appropriate. For example for and foreach statements; functions in the global or other namespaces. Reviewers: arphaman Subscribers: klimek Differential Revision: https://reviews.llvm.org/D36183 llvm-svn: 311251
* [clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger2017-08-191-0/+31
Reviewers: arphaman Subscribers: mgorny Differential Revision: https://reviews.llvm.org/D36182 llvm-svn: 311241
OpenPOWER on IntegriCloud