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
[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git]
/
clang
/
test
/
FixIt
/
auto-fixit.m
blob
a758228da5eade150e56aa1da4e227370f31261c
1
/* RUN: cp %s %t
2
RUN: %clang_cc1 -x objective-c -fixit %t
3
RUN: %clang_cc1 -x objective-c -Werror %t
4
*/
5
6
int main(void) {
7
auto int i = 0;
8
return i;
9
}