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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
method-no-context.m
blob
c0875493b44b9f2590756195ad1ceeb004ef905b
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
- im0 { // expected-error{{missing context for method declaration}}
4
int a; return 0;