[all-commits] [llvm/llvm-project] 33b515: Replace usage of StringRef::find_last_of with a st...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Wed Nov 15 06:03:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33b51588c5d51995909f1f0be0b47b1708dac4fa
https://github.com/llvm/llvm-project/commit/33b51588c5d51995909f1f0be0b47b1708dac4fa
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M clang/lib/Driver/ToolChains/ZOS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M mlir/lib/Tools/lsp-server-support/SourceMgrUtils.cpp
Log Message:
-----------
Replace usage of StringRef::find_last_of with a string literal of size one by the equivalent char literal
More information about the All-commits
mailing list