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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
Sema
/
warn-gnu-designators.c
blob
e55cfba0c5898c79b534bfa685e71a8e434109c7
1
// RUN: %clang_cc1 -Wno-gnu-designator -verify %s
2
// expected-no-diagnostics
3
struct
{
int
x
,
y
,
z
[
12
]; }
value
= {
x
:
17
, .
z
[
3
...
5
] =
7
};