[all-commits] [llvm/llvm-project] 65647e: Pass DIEnumerator APInt args by const reference no...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jul 1 05:20:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 65647ed1e5e8a74ef28f19279d329bb49741dcaa
https://github.com/llvm/llvm-project/commit/65647ed1e5e8a74ef28f19279d329bb49741dcaa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/IR/DebugInfoMetadata.cpp
Log Message:
-----------
Pass DIEnumerator APInt args by const reference not value.
Noticed by clang-tidy performance-unnecessary-value-param warning.
More information about the All-commits
mailing list