[all-commits] [llvm/llvm-project] 39809e: [llvm-diff] add "reset" method to DiffConsumer

Bill Wendling via All-commits all-commits at lists.llvm.org
Thu Aug 12 11:27:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39809eb1b33a5c13ce839cfa8145a5305e9d8133
      https://github.com/llvm/llvm-project/commit/39809eb1b33a5c13ce839cfa8145a5305e9d8133
  Author: Bill Wendling <isanbard at gmail.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

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

  Log Message:
  -----------
  [llvm-diff] add "reset" method to DiffConsumer

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




More information about the All-commits mailing list