summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-diff/lib/DiffConsumer.cpp
AgeCommit message (Collapse)Author
2025-03-13[llvm-diff] Add colorful output to diff (#131012)Bertik23
Adds colorful output when when possible to the diff. Adds a use to the `--color` option llvm-diff has.
2021-08-12[llvm-diff] correct variable typoBill Wendling
2021-08-12[llvm-diff] add "reset" method to DiffConsumerBill Wendling
A DiffConsumer object may be reused, but we'd like to reset it before the next use. No functionality change intended. Differential Revision: https://reviews.llvm.org/D107985
2021-08-05[llvm-diff] Create libLLVMDiff libraryBill Wendling
Some tools may want to use the LLVM "diff" code. Move the code into a library for easy use. No functionality change intende. Differential Revision: https://reviews.llvm.org/D107392
2021-08-05Revert "[llvm-diff] Create libLLVMDiff library"Matt Morehouse
This reverts commit 9854f2f30f84123ca78aa3603102e7cef4ec33c8 since it broke all the builds.
2021-08-05[llvm-diff] Create libLLVMDiff libraryBill Wendling
Some tools may want to use the LLVM "diff" code. Move the code into a library for easy use. No functionality change intende. Differential Revision: https://reviews.llvm.org/D107392