summaryrefslogtreecommitdiff
path: root/lib/Tooling/ASTDiff
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-8/+8
* [AST] Update the comments of the various Expr::Ignore* + Related cleanupsBruno Ricci2019-02-031-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-3/+2
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [clang-diff] Treat CXXCtorInitializer as a nodeJohannes Altmanninger2017-08-271-26/+36
* [clang-diff] Remove NodeCountVisitor, NFCJohannes Altmanninger2017-08-251-35/+3
* [clang-diff] Fix getRelativeNameJohannes Altmanninger2017-08-221-2/+4
* [clang-diff] Use the relative name for NamedDeclJohannes Altmanninger2017-08-221-16/+57
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-201-39/+87
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-201-13/+22
* [clang-diff] Filter AST nodesJohannes Altmanninger2017-08-201-1/+16
* [clang-diff] Simplify mappingJohannes Altmanninger2017-08-191-59/+15
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-191-181/+142
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-191-26/+28
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-28/+26
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-181-143/+181
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-181-181/+143
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-26/+28
* [clang-diff] Fix some errors and inconsistenciesJohannes Altmanninger2017-08-181-32/+25
* [clang-diff] Renames, NFCJohannes Altmanninger2017-08-011-93/+90
* [clang-diff] Move data declarations to the public headerJohannes Altmanninger2017-08-011-7/+116
* [clang-diff] Get rid of unused variable warnings in ASTDiff.cppAlex Lorenz2017-07-211-6/+4
* Fix another compiler error from r308731Alex Lorenz2017-07-211-1/+1
* Fix tuple construction compiler error from r308731Alex Lorenz2017-07-211-1/+1
* [clang-diff] Add initial implementationAlex Lorenz2017-07-212-0/+923