[Lldb-commits] [PATCH] D68278: Fix evaluation of nested classes with parent from other CU

Jaroslav Sevcik via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 22:51:29 PDT 2019


jarin updated this revision to Diff 222756.
jarin added a comment.

I have added some comments to the test (I hope it is not too overboard), removed the LEVEL stuff from the Makefile and fixed the formatting.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68278/new/

https://reviews.llvm.org/D68278

Files:
  packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/Makefile
  packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/TestNestedClassWithParentInAnotherCU.py
  packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/main.cpp
  packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/other.cpp
  packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/shared.h
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68278.222756.patch
Type: text/x-patch
Size: 4605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191002/f494f6f8/attachment.bin>


More information about the lldb-commits mailing list