[Lldb-commits] [PATCH] D65414: Fix ClangASTContext::CreateParameterDeclaration to not call addDecl

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 1 12:48:32 PDT 2019


shafik added a comment.

@labath @stella.stamenova I updated the diff with a fix that I believe should address the test failure.

This is an unfortunate difference in how DWARF and PDB works. After spending some time digging into this I don't see the key difference that allows DWARF to work w/o `addDecl`. I believe further work along the lines of D55571 <https://reviews.llvm.org/D55571> may help but my first attempts at fixing this for DWARF were not successful.


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

https://reviews.llvm.org/D65414





More information about the lldb-commits mailing list