summaryrefslogtreecommitdiff
path: root/lib/Tooling/ASTDiff
AgeCommit message (Expand)Author
2017-08-27[clang-diff] Treat CXXCtorInitializer as a nodeJohannes Altmanninger
2017-08-25[clang-diff] Remove NodeCountVisitor, NFCJohannes Altmanninger
2017-08-22[clang-diff] Fix getRelativeNameJohannes Altmanninger
2017-08-22[clang-diff] Use the relative name for NamedDeclJohannes Altmanninger
2017-08-20[clang-diff] Improve and test getNodeValueJohannes Altmanninger
2017-08-20[clang-diff] Fix similarity computationJohannes Altmanninger
2017-08-20[clang-diff] Filter AST nodesJohannes Altmanninger
2017-08-19[clang-diff] Simplify mappingJohannes Altmanninger
2017-08-19Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger
2017-08-19Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger
2017-08-18Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich
2017-08-18Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich
2017-08-18[clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger
2017-08-18[clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger
2017-08-18[clang-diff] Fix some errors and inconsistenciesJohannes Altmanninger
2017-08-01[clang-diff] Renames, NFCJohannes Altmanninger
2017-08-01[clang-diff] Move data declarations to the public headerJohannes Altmanninger
2017-07-21[clang-diff] Get rid of unused variable warnings in ASTDiff.cppAlex Lorenz
2017-07-21Fix another compiler error from r308731Alex Lorenz
2017-07-21Fix tuple construction compiler error from r308731Alex Lorenz
2017-07-21[clang-diff] Add initial implementationAlex Lorenz