Files
swift-mirror/lib/ClangImporter/ClangDerivedConformances.cpp
Michael Spencer 7df095f6c1 [ClangImporter] Fix dangling reference.
LookupOverloadedBinOp stores `Args` for later use, so store the
backing array on the stack instead of using a temporary.

This fixes a crash that appeared under some build configurations.

Related to rdar://154291418

(cherry picked from commit 75ac27dc3d)
2025-07-01 19:48:15 -07:00

50 KiB