summaryrefslogtreecommitdiff
path: root/tools/clang-diff
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [clang-diff] NFC: formatJohannes Altmanninger2017-11-051-3/+3
* [clang-diff] Properly clear the selection in HTML diffJohannes Altmanninger2017-08-231-2/+2
* [clang-diff] HTML diff navigationJohannes Altmanninger2017-08-231-9/+56
* [clang-diff] Refactor stop-after command-line flagJacob Gravelle2017-08-221-1/+1
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-201-0/+12
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-201-0/+13
* [clang-diff] Fix compiler warningJohannes Altmanninger2017-08-191-0/+1
* [clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger2017-08-192-0/+173
* [clang-diff] Fix warning about useless comparisonJohannes Altmanninger2017-08-191-1/+1
* [clang-diff] Make printing of matches optionalJohannes Altmanninger2017-08-191-1/+5
* [clang-diff] Add option to dump the AST, one node per lineJohannes Altmanninger2017-08-191-2/+20
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-191-6/+67
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-191-1/+64
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-64/+1
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-181-67/+6
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-181-6/+67
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-1/+64
* [clang-diff] Add commandline arguments.Johannes Altmanninger2017-08-181-18/+54
* [clang-diff] Rename, NFCJohannes Altmanninger2017-07-271-2/+2
* [clang-diff] Add initial implementationAlex Lorenz2017-07-212-0/+123