[all-commits] [llvm/llvm-project] 3e47f8: [NFC][llvm-dwarfdump] Always use 'const Twine &'
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Tue Mar 10 04:59:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3e47f87e644991517f2746fd1cc4273f3fe5be70
https://github.com/llvm/llvm-project/commit/3e47f87e644991517f2746fd1cc4273f3fe5be70
Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M llvm/tools/llvm-dwarfdump/Statistics.cpp
M llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Log Message:
-----------
[NFC][llvm-dwarfdump] Always use 'const Twine &'
According to the Twine.h comment, the Twines should only
be used as const references in arguments.
Differential Revision: https://reviews.llvm.org/D75727
More information about the All-commits
mailing list