Files
swift-mirror/test/Interop/Cxx/modules/Inputs/another-deep-submodule.h
Egor Zhdan 106a6af850 [cxx-interop] Determine owning module correctly for C++ decls in nested modules
This fixes a compiler bug that got exposed by f11abac652.

If a C++ type is declared in a nested Clang submodule, Swift was emitting errors that look like:
```
Type alias 'string' is not available due to missing import of defining module 'fwd’
```

rdar://146899125
2025-03-20 19:14:46 +00:00

3 lines
33 B
C++

namespace NS {
} // namespace NS