[Lldb-commits] [PATCH] D71378: Modifying ImportDeclContext(...) to ensure that we complete each FieldDecl of a RecordDecl when we are importing the definiton

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 12 10:23:42 PST 2019


shafik added a comment.

In D71378#1781616 <https://reviews.llvm.org/D71378#1781616>, @teemperor wrote:

> I wonder if we have a way to fix this from with LLDB. Having Clang code that is only tested in LLDB is always a bit weird.
>
> Otherwise the idea itself LGTM, thanks for working on this (and reducing the test case to that!)


I spent a while trying to come up w/  a way to reproduce this in `clang-import-test` but perhaps I can get something working using `LLDBLookupTest` like @martong suggested.


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

https://reviews.llvm.org/D71378





More information about the lldb-commits mailing list