mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This better matches what the clang importer does normally, avoids a Clang issue where `getPreprocessedEntitiesInRange` returns incorrect results, and avoids the need to enable the preprocessor record. This then lets us re-enable `print_clang_headers.swift`. rdar://102151774