[PATCH] D104719: [llvm-diff] Constify APIs so that there aren't conflicts

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 09:08:56 PDT 2021


void created this revision.
void requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Some APIs work with const variables while others don't. This can cause
conflicts when calling one from the other.

This is NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104719

Files:
  llvm/tools/llvm-diff/DiffConsumer.cpp
  llvm/tools/llvm-diff/DiffConsumer.h
  llvm/tools/llvm-diff/DiffLog.cpp
  llvm/tools/llvm-diff/DiffLog.h
  llvm/tools/llvm-diff/DifferenceEngine.cpp
  llvm/tools/llvm-diff/DifferenceEngine.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104719.353666.patch
Type: text/x-patch
Size: 25551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/fb9bc2a7/attachment-0001.bin>


More information about the llvm-commits mailing list