Files
Egor Zhdan fec952734b [cxx-interop] Import macro-declared CF_OPTIONS enums correctly
This makes sure that Swift correctly imports `CF_OPTIONS`/`NS_OPTIONS` types in C++ interop mode, such as:
```
typedef CF_OPTIONS(NSUInteger, TEST(Enum))
```

`CF_OPTIONS`/`NS_OPTIONS` macros have different expansions in C++ language mode, which forces us to have extra logic to handle them correctly with C++ interop enabled.

rdar://166528719
2026-01-30 14:47:59 +00:00
..