[Lldb-commits] [PATCH] D113449: Revert "[lldb] Disable minimal import mode for RecordDecls that back FieldDecls"

Jordan Rupprecht via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 8 18:28:20 PST 2021


rupprecht created this revision.
rupprecht added reviewers: labath, teemperor.
Herald added a reviewer: shafik.
rupprecht requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This reverts commit 3bf96b0329be554c67282b0d7d8da6a864b9e38f <https://reviews.llvm.org/rG3bf96b0329be554c67282b0d7d8da6a864b9e38f>. It causes crashes as reported in PR52257 and a few other places. A reproducer is bundled with this commit to verify any fix forward.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113449

Files:
  lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  lldb/test/API/lang/cpp/reference-to-outer-type/Makefile
  lldb/test/API/lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py
  lldb/test/API/lang/cpp/reference-to-outer-type/main.cpp
  lldb/test/Shell/SymbolFile/DWARF/PR52257.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113449.385670.patch
Type: text/x-patch
Size: 6115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211109/e3168daf/attachment.bin>


More information about the lldb-commits mailing list