[Lldb-commits] [PATCH] D59414: Remove the TypePair class

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 15 07:36:57 PDT 2019


labath created this revision.
labath added reviewers: clayborg, jingham, zturner.
Herald added subscribers: jdoerfert, dexonsmith, mehdi_amini.

After D59297 <https://reviews.llvm.org/D59297>, the TypePair class kind of lost its purpose as it was no
longer a "pair". This finished the job started in that patch and deletes
the class altogether. All usages have been updated to use CompilerType
class directly.


https://reviews.llvm.org/D59414

Files:
  include/lldb/DataFormatters/FormatClasses.h
  include/lldb/Symbol/Type.h
  include/lldb/lldb-forward.h
  source/Symbol/Type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59414.190823.patch
Type: text/x-patch
Size: 12385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190315/fe3498bb/attachment.bin>


More information about the lldb-commits mailing list