[all-commits] [llvm/llvm-project] 869f83: [lldb][NFC] Apply performance-faster-string-find (...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Wed Dec 16 11:03:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 869f8363c424592e5f8c258492f46d5fcbc90c83
https://github.com/llvm/llvm-project/commit/869f8363c424592e5f8c258492f46d5fcbc90c83
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2020-12-16 (Wed, 16 Dec 2020)
Changed paths:
M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
M lldb/tools/lldb-vscode/JSONUtils.cpp
Log Message:
-----------
[lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`)
More information about the All-commits
mailing list