davide added a comment.

In D54863#1306947 <https://reviews.llvm.org/D54863#1306947>, @martong wrote:

> We have a change in Clang/ASTImporter which causes an LLDB assertion, unless 
> this patch is applied.
>  The related change is https://reviews.llvm.org/D53655
>
> In that patch we change the importer to properly import the redecl chains of 
> `RecordDecl`s. Consequently the `to_tag_decl` here in LLDB may not always be 
> the PrimaryContext anymore, thus we have to explicitly use the primary 
> context.


Can you write an lldb test for this?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D54863



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to