llvm-project/lldb/source/Plugins/LanguageRuntime
Pavel Labath a933d6c7c0 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
2019-03-15 14:02:35 +00:00
..
CPlusPlus Delete type_sp member from TypePair 2019-03-15 14:02:35 +00:00
Go Remove Go debugger plugin 2018-11-05 19:33:59 +00:00
ObjC Promote more debug-only assertions to regular assertions. 2019-03-07 00:10:11 +00:00
RenderScript Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
CMakeLists.txt Remove Java debugger plugin 2018-11-05 19:34:02 +00:00