repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Modules
/
textual-hdr-in-umbrella-hdr.m
blob
f92cdb91b23683b84a790c9608aa845d433a8a76
1
// RUN: rm -rf %t.cache
2
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t.cache \
3
// RUN: %s -fsyntax-only -F %S/Inputs -Wincomplete-umbrella -verify
4
5
// expected-no-diagnostics
6
7
#import <FooFramework/Foo.h>
8
9
@implementation Foo
10
@end