Files
clang-p2996/flang/lib/Semantics/mod-file.cpp
Peter Klausler 5b9bd88388 [flang] Fix crash with USE of hermetic module file (#138785)
When one hermetic module file uses another, a later compilation may
crash in semantics when it itself is used, since the module file reader
sets the "current hermetic module file scope" to null after reading one
rather than saving and restoring that pointer.
2025-05-12 12:15:46 -07:00

61 KiB