We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcca587 commit 1548e76Copy full SHA for 1548e76
test/PrintAsObjC/cdecl-official-for-objc-clients.swift
test/PrintAsObjC/cdecl-official.swift
@@ -4,12 +4,14 @@
4
/// Generate cdecl.h
5
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) \
6
// RUN: %t/Lib.swift -emit-module -verify -o %t -emit-module-doc \
7
-// RUN: -emit-clang-header-path %t/cdecl.h \
+// RUN: -emit-objc-header-path %t/cdecl.h \
8
// RUN: -enable-experimental-feature CDecl
9
10
/// Check cdecl.h directly
11
// RUN: %FileCheck %s --input-file %t/cdecl.h
12
+// RUN: %check-in-clang %t/cdecl.h
13
// RUN: %check-in-clang-c %t/cdecl.h -Wnullable-to-nonnull-conversion
14
+// RUN: %check-in-clang-cxx %t/cdecl.h
15
16
/// Build a client against cdecl.h
17
// RUN: %clang -c %t/Client.c -fmodules -I %t \
0 commit comments