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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
lookup-assert.m
blob
2697fb15d0180ee0ec08e9715ebbef804caff8c1
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/lookup-assert %s -verify
3
// expected-no-diagnostics
4
5
#include "Derive.h"
6
#import <H3.h>
7
@implementation DerivedInterface
8
- (void)test {
9
}
10
@end