mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This operator[] relies on having the cache contain the right number of elements, and each element be initialized to nullptr, which was only happening if NDEBUG was not defined. rdar://problem/30832595