Delete type_sp member from TypePair
authorPavel Labath <pavel@labath.sk>
Fri, 15 Mar 2019 14:02:35 +0000 (14:02 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 15 Mar 2019 14:02:35 +0000 (14:02 +0000)
commita933d6c7c0a98acff8eba4315ecb8cbc58fd2015
tree9cc80b4b06e5926587e47f9a5a71619e740a8d6f
parent373bee85c2b31332d49db329cdbfb5f7c7342a04
Delete type_sp member from TypePair

Summary:
As discussed in the review of D59217, this member is unnecessary since
always the first thing we do is convert it to a CompilerType.

This opens up possibilities for further cleanups (e.g. the whole
TypePair class now loses purpose, since we can just pass around
CompilerType everywhere), but I did not want to do that yet, because I
am not sure if this will not introduce breakages in some of the
platforms/configurations that I am not testing on.

Reviewers: clayborg, zturner, jingham

Subscribers: jdoerfert, lldb-commits

Differential Revision: https://reviews.llvm.org/D59297

llvm-svn: 356262
lldb/include/lldb/DataFormatters/FormatClasses.h
lldb/include/lldb/Symbol/Type.h
lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
lldb/source/Symbol/Type.cpp