[lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`)
authorJordan Rupprecht <rupprecht@google.com>
Wed, 16 Dec 2020 18:53:18 +0000 (10:53 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 16 Dec 2020 18:53:18 +0000 (10:53 -0800)
commit869f8363c424592e5f8c258492f46d5fcbc90c83
tree4063b5229beda7f6d344a1cf5e193d461549ea57
parent70bd75426e5c06b36ab19c3650ed6bc157f8ce13
[lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`)
lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
lldb/tools/lldb-vscode/JSONUtils.cpp