[interop][SwiftToCxxToSwift] hide reverse interop module namespaces from forward interop

This commit is contained in:
Alex Lorenz
2022-11-07 11:30:05 -08:00
parent fdababa494
commit 0312e0613d
25 changed files with 99 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
// RUN: %check-interop-cxx-header-in-clang(%t/functions.h)
// CHECK-LABEL: namespace Functions {
// CHECK-LABEL: namespace Functions __attribute__((swift_private)) {
// CHECK-LABEL: namespace _impl {