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.m
blob
d66ea6487a456ebf726eedae1a746fd72480ac03
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
@interface AAA // expected-note {{class started here}}
4
{
5
}
6
@ x// expected-error{{expected an Objective-C directive after '@'}}
7
// expected-error{{missing '@end'}}