repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git]
/
clang
/
test
/
Analysis
/
PR9741.cpp
blob
542bc2d958ee45b39583c5b9e1fcf95d054e880f
1
// RUN: %clang_cc1 -std=c++11 -Wuninitialized -verify %s
2
// expected-no-diagnostics
3
4
void
f
() {
5
int
a
[] = {
1
,
2
,
3
};
6
unsigned int
u
=
0
;
7
for
(
auto
x
:
a
)
8
;
9
}