Files
clang-p2996/flang/lib/Semantics/data-to-inits.cpp
Peter Klausler d0d9839b14 [flang] Fix crash on erroneous program (#85615) (#85659)
Replace a pointer that should never be null with a reference argument so
that it's always defined.

Fixes https://github.com/llvm/llvm-project/issues/85615.
2024-03-18 14:14:41 -07:00

38 KiB