[Lldb-commits] [PATCH] D100977: [lldb] Use forward type in pointer-to-member

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 21 12:39:46 PDT 2021


teemperor added a comment.

Were you able to reduce the reproducer you got to a test? If it's really the same bug as in D100180 <https://reviews.llvm.org/D100180> then I guess a similar test case should trigger the issue (e.g., a class with a pointer-to-member member that references some type that is currently being parsed?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100977



More information about the lldb-commits mailing list