llvm-project/lldb/unittests/SymbolFile
Pavel Labath f07b4aff06 Fix GetDIEForDeclContext so it only returns entries matching the provided context
Currently, we return all the entries such that their decl_ctx pointer >= decl_ctx provided.
Instead, we should return only the ones that decl_ctx pointer == decl_ctx provided.

Differential Revision: https://reviews.llvm.org/D66357
Patch by Guilherme Andrade <guiandrade@google.com>.

llvm-svn: 370374
2019-08-29 15:30:52 +00:00
..
DWARF Fix GetDIEForDeclContext so it only returns entries matching the provided context 2019-08-29 15:30:52 +00:00
NativePDB PostfixExpression: Use signed integers in IntegerNode 2019-05-07 15:58:20 +00:00
PDB Add a missing include to SymbolFilePDBTests.cpp 2019-08-08 09:43:20 +00:00
CMakeLists.txt [PDB] Fix location retrieval for function local variables and arguments that are 2019-02-01 10:01:18 +00:00