mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Replace the use of a VLA with a `std::vector`. This applies a RAII to the allocation, and the allocation is a single instance so the malloc traffic is not a concern.
46 KiB
46 KiB