mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This gives us build-time warnings about format string mistakes, like we would get if we called the built-in asprintf directly. Make TypeLookupError's format string constructor a macro instead so that its callers can get these build-time warnings. This reveals various mistakes in format strings and arguments in the runtime, which are now fixed. rdar://73417805
50 KiB
50 KiB