[all-commits] [llvm/llvm-project] 32f8cd: Pass MDFieldPrinter::printAPInt APInt arg by refer...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jun 30 09:18:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 32f8cd9a6a5600aed7d4001b3a16a191a4db90ab
https://github.com/llvm/llvm-project/commit/32f8cd9a6a5600aed7d4001b3a16a191a4db90ab
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
Log Message:
-----------
Pass MDFieldPrinter::printAPInt APInt arg by reference not value.
Noticed by clang-tidy performance-unnecessary-value-param warning.
More information about the All-commits
mailing list