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
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
2008-01-11-BadWarning.cpp
blob
e27c0848ef37e887d917472b1045fa7baca72b7d
1
// RUN: %clang_cc1 -fsyntax-only -verify -Wall %s
2
// expected-no-diagnostics
3
// rdar://5683899
4
void
**
f
(
void
**
Buckets
,
unsigned
NumBuckets
) {
5
return
Buckets
+
NumBuckets
;
6
}