aboutsummaryrefslogblamecommitdiff
path: root/test/Modules/incomplete-module.m
blob: 8181ae863de9eebd8f2ba7a371645b03cac0dfcd (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                                                            




                                                                                                                                           
@import incomplete_mod;

// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules-cache-path=%t -Wincomplete-module -fmodules -I %S/Inputs %s 2>&1 | FileCheck %s
// CHECK: warning: include of non-modular header inside module 'incomplete_mod'

// RUN: rm -rf %t
// RUN: not %clang_cc1 -fmodules-cache-path=%t -fmodules-strict-decluse -fmodules -I %S/Inputs %s 2>&1 | FileCheck %s -check-prefix=DECLUSE
// DECLUSE: error: module incomplete_mod does not depend on a module exporting {{'.*incomplete_mod_missing.h'}}