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
/
Parser
/
missing-end-1-gh64065-nocrash.m
blob
22149f852969ac2040c68392cf9ab384ba1211a3
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
@interface Roo // expected-note {{class started here}}
4
// expected-error@+1 {{missing '@end'}}
5
@interface // expected-error {{expected identifier}}