mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
This makes sure that whenever we emit `#if defined(__OBJC__)`, the matching `#endif` has a comment `// defined(__OBJC__)`. This makes both testing and reading the header file easier.