mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The newer llvm StringRef library has removed the implicit StringRef to std::string conversion. (See: llvm/llvm-project@adcd026) This patch also uses a StringRef to compare another StringRef eliminating the need to perform a StringRef to std::string conversion. I am concerned that StringRef's are being stored in ExpectedEducationalNotes, but as long as the StringRef does not out live the definition this is totally cool then.
36 KiB
36 KiB