mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Many, many, many types in the Swift compiler are intended to only be allocated in the ASTContext. We have previously implemented this by writing several `operator new` and `operator delete` implementations into these types. Factor those out into a new base class instead.
26 KiB
26 KiB