[all-commits] [llvm/llvm-project] 438797: Use a universal reference (&& instead of const &) ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Fri Aug 27 17:42:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4387975170112ad51a6cb57b5b77ebd72cc73c57
      https://github.com/llvm/llvm-project/commit/4387975170112ad51a6cb57b5b77ebd72cc73c57
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-08-28 (Sat, 28 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Support/DebugStringHelper.h

  Log Message:
  -----------
  Use a universal reference (&& instead of const &) for `debugString()` helper (NFC)

Some classes like mlir::Operation have a non-const print() method.




More information about the All-commits mailing list