textual-hdr-in-umbrella-hdr.m 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // RUN: rm -rf %t.cache // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \ // RUN: %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify // expected-no-diagnostics #import <FooFramework/Foo.h> @implementation Foo @end