mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[cxx-interop] Lazily import members of Clang namespaces and records via requests.
Also adds a ClangImporter request zone and move some requests into it.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: %target-swift-ide-test -print-module -module-to-print=FreeFunctionsSecondHeader -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
|
||||
|
||||
// TODO: This file doesn't really test anything because functions need not be defined.
|
||||
// CHECK: extension FunctionsNS1 {
|
||||
// CHECK: static func definedInDefs() -> UnsafePointer<CChar>!
|
||||
// CHECK: enum FunctionsNS1 {
|
||||
// cHECK: static func definedInDefs() -> UnsafePointer<CChar>!
|
||||
// CHECK: }
|
||||
|
||||
Reference in New Issue
Block a user