[all-commits] [llvm/llvm-project] 022538: Remove `const` from `const T &&` in debugString() ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Aug 27 18:10:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 022538f2764a255bd2c0da3a247791e764933a93
https://github.com/llvm/llvm-project/commit/022538f2764a255bd2c0da3a247791e764933a93
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:
-----------
Remove `const` from `const T &&` in debugString() helper to make it a universal reference (NFC)
It broke lvalue arguments otherwise:
More information about the All-commits
mailing list