[all-commits] [llvm/llvm-project] 3a6ba3: [lldb] Convert misc. StringConvert uses
Michał Górny via All-commits
all-commits at lists.llvm.org
Sat Sep 25 05:55:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a6ba3675177cb5e47dee325f300aced4cd864ed
https://github.com/llvm/llvm-project/commit/3a6ba3675177cb5e47dee325f300aced4cd864ed
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M lldb/source/Interpreter/OptionValueArray.cpp
M lldb/source/Interpreter/OptionValueFileSpecList.cpp
M lldb/source/Interpreter/OptionValuePathMappings.cpp
M lldb/source/Interpreter/OptionValueSInt64.cpp
M lldb/source/Interpreter/OptionValueUInt64.cpp
M lldb/source/Interpreter/Property.cpp
M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Symbol/SymbolContext.cpp
M lldb/source/Target/UnixSignals.cpp
M lldb/tools/lldb-server/lldb-gdbserver.cpp
M lldb/unittests/debugserver/RNBSocketTest.cpp
Log Message:
-----------
[lldb] Convert misc. StringConvert uses
Replace misc. StringConvert uses with llvm::to_integer()
and llvm::to_float(), except for cases where further refactoring is
planned. The purpose of this change is to eliminate the StringConvert
API that is duplicate to LLVM, and less correct in behavior at the same
time.
Differential Revision: https://reviews.llvm.org/D110447
More information about the All-commits
mailing list