[Lldb-commits] [PATCH] D65782: [CompilerType] Simplify the interface a bit more..
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 16:31:22 PDT 2019
davide created this revision.
davide added reviewers: shafik, JDevlieghere, alex, compnerd, teemperor.
Herald added a project: LLDB.
.. removing IsMeaninglessWithoutTypeResolution(). I'm fairly
confident this was introduced to support swift, where
static types [without dynamic counterpart] don't carry a lot
of value. Since then, the formatters and dynamic type resolution
has been rewritten, and we employ different solutions. This function
is unused here too, so let's get read of it.
rdar://problem/36377967
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65782
Files:
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/DataFormatters/FormatManager.cpp
lldb/source/Symbol/CompilerType.cpp
lldb/source/Symbol/TypeSystem.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65782.213492.patch
Type: text/x-patch
Size: 4580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190805/5c9cd96d/attachment-0001.bin>
More information about the lldb-commits
mailing list