[all-commits] [llvm/llvm-project] 58a857: DebugCounterList::printOptionInfo - use const auto...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jul 9 03:38:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58a85717cce5166b0952aee4d13375dda94f7497
https://github.com/llvm/llvm-project/commit/58a85717cce5166b0952aee4d13375dda94f7497
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M llvm/lib/Support/DebugCounter.cpp
Log Message:
-----------
DebugCounterList::printOptionInfo - use const auto& iterator in for-range-loop.
Avoids unnecessary copies and silences clang tidy warning.
More information about the All-commits
mailing list