[all-commits] [llvm/llvm-project] dabfef: Fix clang-tidy performance-move-const-arg in DLTI ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Dec 25 18:21:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dabfefa490570e720249070db68cc48cdddab82c
https://github.com/llvm/llvm-project/commit/dabfefa490570e720249070db68cc48cdddab82c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-12-26 (Sun, 26 Dec 2021)
Changed paths:
M mlir/lib/Dialect/DLTI/DLTI.cpp
Log Message:
-----------
Fix clang-tidy performance-move-const-arg in DLTI Dialect (NFC)
The const loop iterator was inhibiting the std::move().
More information about the All-commits
mailing list