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
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
FixIt
/
fixit-autoreleasepool.m
blob
ec1dc57f878ca4b52aebf97bcb9536c93a51ebab
1
// RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
2
3
void f0() {
4
@autorelease {
5
}
6
}
7
8
// CHECK: {4:4-4:15}:"autoreleasepool"