Files
swift-mirror/lib/Serialization/ModuleFile.cpp
Adrian Prantl a8392c24eb [LLDB] Add a missing nullptr check for ClangImporter
This is not a possible code path in the Swift compiler, but LLDB has error paths
where ClangImporter could be null, and it has (for testing mostly) a setting to
disable ClangImporter entirely. When importing a Module with a header dependency
this crashes LLDB.

rdar://170007373
2026-02-09 15:42:51 -08:00

50 KiB