mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d4ffb7802c
Anything that can be forward declared in ASTContext.h should be because it is included by nearly every implementation file in the compiler. Avoiding these includes allows these various options types to be changed without a full rebuild. NFC.