Some APIs work with const variables while others don't. This can cause
conflicts when calling one from the other.
This is NFC.
Paths
| Differential D104719
[llvm-diff] Constify APIs so that there aren't conflicts ClosedPublic Authored by void on Jun 22 2021, 9:08 AM.
Details
Summary Some APIs work with const variables while others don't. This can cause This is NFC.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 22 2021, 9:13 AM This revision was landed with ongoing or failed builds.Jun 22 2021, 9:17 AM Closed by commit rGdd1b121c99de: [llvm-diff] Constify APIs so that there aren't conflicts (authored by void). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 353671 llvm/tools/llvm-diff/DiffConsumer.h
llvm/tools/llvm-diff/DiffConsumer.cpp
llvm/tools/llvm-diff/DiffLog.h
llvm/tools/llvm-diff/DiffLog.cpp
llvm/tools/llvm-diff/DifferenceEngine.h
llvm/tools/llvm-diff/DifferenceEngine.cpp
|