[PATCH] D41997: Build virtual override tables in DWARFASTParserClang::CompleteTypeFromDWARF

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 15:04:10 PST 2018


lhames updated this revision to Diff 130284.
lhames added a comment.

Updated to address review comments:

- assert changed to lldbassert
- comments added
- test case breakpoint comment simplified
- unused import removed from testcase
- testcase Makefile cleaned up


Repository:
  rL LLVM

https://reviews.llvm.org/D41997

Files:
  Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  Python/lldbsuite/test/expression_command/call-overridden-method/Makefile
  Python/lldbsuite/test/expression_command/call-overridden-method/TestCallOverriddenMethod.py
  Python/lldbsuite/test/expression_command/call-overridden-method/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41997.130284.patch
Type: text/x-patch
Size: 7220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/7789a905/attachment.bin>


More information about the llvm-commits mailing list