Files
swift-mirror/lib/Frontend/ArgsToFrontendOptionsConverter.cpp
Hamish Knight b53c411655 [Frontend] Avoid storing StringRef values in ModuleAliasMap
Previously we would insert StringRefs that reference the keys in the
map, but that breaks if the invocation ever gets copied. Switch to
`std::string`.

rdar://148130166
2025-05-09 19:49:50 +01:00

38 KiB