mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Explicitly instantiate the `CursorInfoData` instances when using it with the default constructor rather than using the inline initializer list. This is needed to build with C++14 mode. Provide a default value for the `Optional` type in the structure which prevents a non-copy default constructor from being synthesized. NFC.
73 KiB
73 KiB