[Lldb-commits] [PATCH] D28466: Improve Type::GetTypeScopeAndBasenameHelper and add unit tests

Tamas Berghammer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 9 04:47:07 PST 2017


tberghammer created this revision.
tberghammer added a reviewer: clayborg.
tberghammer added a subscriber: lldb-commits.
Herald added a subscriber: mgorny.

Improve Type::GetTypeScopeAndBasenameHelper and add unit tests

      

Previously it failed to handle nested types inside templated classes
making it impossible to look up these types using the fully qualified
name.


https://reviews.llvm.org/D28466

Files:
  source/Symbol/Type.cpp
  unittests/Symbol/CMakeLists.txt
  unittests/Symbol/TestType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28466.83611.patch
Type: text/x-patch
Size: 6331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170109/b209095c/attachment.bin>


More information about the lldb-commits mailing list