[all-commits] [llvm/llvm-project] dd1b12: [llvm-diff] Constify APIs so that there aren't con...

Bill Wendling via All-commits all-commits at lists.llvm.org
Tue Jun 22 09:17:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd1b121c99de6bd7186e23e2bf34edb02db7c076
      https://github.com/llvm/llvm-project/commit/dd1b121c99de6bd7186e23e2bf34edb02db7c076
  Author: Bill Wendling <isanbard at gmail.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M llvm/tools/llvm-diff/DiffConsumer.cpp
    M llvm/tools/llvm-diff/DiffConsumer.h
    M llvm/tools/llvm-diff/DiffLog.cpp
    M llvm/tools/llvm-diff/DiffLog.h
    M llvm/tools/llvm-diff/DifferenceEngine.cpp
    M llvm/tools/llvm-diff/DifferenceEngine.h

  Log Message:
  -----------
  [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




More information about the All-commits mailing list