llvm-project/llvm/tools/llvm-diff
Bill Wendling dd1b121c99 [llvm-diff] Constify APIs so that there aren't conflicts
Some APIs work with const variables while others don't. This can cause
conflicts when calling one from the other.

This is NFC.

Differential Revision: https://reviews.llvm.org/D104719
2021-06-22 09:17:04 -07:00
..
CMakeLists.txt
DiffConsumer.cpp [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
DiffConsumer.h [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
DiffLog.cpp [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
DiffLog.h [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
DifferenceEngine.cpp [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
DifferenceEngine.h [llvm-diff] Constify APIs so that there aren't conflicts 2021-06-22 09:17:04 -07:00
llvm-diff.cpp