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
[CodeGen][NFC] Remove redundant map lookup (#125342)
[llvm-project.git]
/
clang
/
test
/
Sema
/
tentative-array-decl.c
blob
77ede14c0be2c4d21406014ec6a2cd13dab1699a
1
// RUN: %clang_cc1 -verify %s
2
// RUN: %clang_cc1 -verify=good -Wno-tentative-definition-array %s
3
// good-no-diagnostics
4
5
int
foo
[];
// expected-warning {{tentative array definition assumed to have one element}}