[all-commits] [llvm/llvm-project] 30ce95: [lldb][NFC] Remove GetConstTypeName and GetConstQu...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Feb 12 00:50:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 30ce956aec94ab3785025346a890f4a8cbbe1c58
https://github.com/llvm/llvm-project/commit/30ce956aec94ab3785025346a890f4a8cbbe1c58
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M lldb/include/lldb/DataFormatters/FormatClasses.h
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/Core/ValueObjectChild.cpp
M lldb/source/Core/ValueObjectConstResult.cpp
M lldb/source/Core/ValueObjectMemory.cpp
M lldb/source/Core/ValueObjectRegister.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
M lldb/source/Symbol/CompilerType.cpp
M lldb/source/Symbol/Type.cpp
Log Message:
-----------
[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from CompilerType
Beside these two functions just being wrappers around GetTypeName they are also
just a leftover from migrating the CompilerType interface to ConstString.
More information about the All-commits
mailing list