[Lldb-commits] [lldb] [lldb][TypeSystemClang] Add warning and defensive checks when ASTContext is not fully initialized (PR #110481)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 30 03:24:17 PDT 2024
Michael137 wrote:
There's a couple more places we use these types unconditionally that I haven't added checks to.
Should be testable by creating a `TypeSystemClang` with an empty triple and calling one of these APIs on it.
https://github.com/llvm/llvm-project/pull/110481
More information about the lldb-commits
mailing list