aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-diff
AgeCommit message (Expand)AuthorFilesLines
2020-10-15clang-{tools,unittests}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-11-05[clang-diff] NFC: formatJohannes Altmanninger1-3/+3
2017-08-23[clang-diff] Properly clear the selection in HTML diffJohannes Altmanninger1-2/+2
2017-08-23[clang-diff] HTML diff navigationJohannes Altmanninger1-9/+56
2017-08-22[clang-diff] Refactor stop-after command-line flagJacob Gravelle1-1/+1
2017-08-20[clang-diff] Improve and test getNodeValueJohannes Altmanninger1-0/+12
2017-08-20[clang-diff] Fix similarity computationJohannes Altmanninger1-0/+13
2017-08-19[clang-diff] Fix compiler warningJohannes Altmanninger1-0/+1
2017-08-19[clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger2-0/+173
2017-08-19[clang-diff] Fix warning about useless comparisonJohannes Altmanninger1-1/+1
2017-08-19[clang-diff] Make printing of matches optionalJohannes Altmanninger1-1/+5
2017-08-19[clang-diff] Add option to dump the AST, one node per lineJohannes Altmanninger1-2/+20
2017-08-19Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger1-6/+67
2017-08-19Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger1-1/+64
2017-08-18Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich1-64/+1
2017-08-18Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich1-67/+6
2017-08-18[clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger1-6/+67
2017-08-18[clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger1-1/+64
2017-08-18[clang-diff] Add commandline arguments.Johannes Altmanninger1-18/+54
2017-07-27[clang-diff] Rename, NFCJohannes Altmanninger1-2/+2
2017-07-21[clang-diff] Add initial implementationAlex Lorenz2-0/+123