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
[InstCombine] Preserve NSW flags for `lshr (mul nuw X, C1), C2 -> mul nuw nsw X,...
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
missing-method-context.m
blob
1378b3694012c733394c312da6b7e6494e1f1fa2
1
// RUN: %clang_cc1 %s -verify -fsyntax-only
2
- (void)compilerTestAgainst; // expected-error {{missing context for method declaration}}
3
4
void xx(); // expected-error {{expected method body}}