[Lldb-commits] [PATCH] D68169: Fix a regression in FindTypes

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 27 16:25:29 PDT 2019


aprantl created this revision.
aprantl added reviewers: friss, JDevlieghere, jasonmolenda.
Herald added a project: LLDB.

In r368345 I accidentally introduced a regression that would over-report the number of matches found by FIndTypes if the DeclContext Filter was hit. This patch fixes this issue and adds test coverage for it in the form of an assertion in lldb-test (which does trigger this code).

rdar://problem/55500457


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68169

Files:
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/tools/lldb-test/lldb-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68169.222265.patch
Type: text/x-patch
Size: 5537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190927/a5a01443/attachment.bin>


More information about the lldb-commits mailing list