[Lldb-commits] [PATCH] D108717: Fix Reference case for TypeSystemClang::GetChildCompilerTypeAtIndex(...) to avoid possible invalid cast
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 25 12:34:18 PDT 2021
aprantl added inline comments.
================
Comment at: lldb/test/API/lang/cpp/null_references/TestNullReferences.py:14
+
+ self.runCmd("continue")
----------------
Why is the `continue` necessary and what is it actually that's triggering the crash?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108717/new/
https://reviews.llvm.org/D108717
More information about the lldb-commits
mailing list