repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Driver: tweak handling of '--analyze' to invoke
[clang.git]
/
test
/
Sema
/
warn-missing-braces.c
blob
ebfe9848306da9dc5f5c34b96e2a7f87409d8bb1
1
// RUN: %clang_cc1 -fsyntax-only -Wmissing-braces -verify %s
2
3
int
a
[
2
][
2
] = {
0
,
1
,
2
,
3
};
// expected-warning{{suggest braces}} expected-warning{{suggest braces}}