[all-commits] [llvm/llvm-project] c50faf: [llvm] Remove redundant calls to str() and c_str()...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Aug 30 09:05:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c50faffb4eeca004109a1591e56cd7cac2ed1083
https://github.com/llvm/llvm-project/commit/c50faffb4eeca004109a1591e56cd7cac2ed1083
Author: Kazu Hirata <kazu at google.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
M llvm/lib/InterfaceStub/ELFObjHandler.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
Log Message:
-----------
[llvm] Remove redundant calls to str() and c_str() (NFC)
Identified with readability-redundant-string-cstr.
More information about the All-commits
mailing list