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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CXX
/
expr
/
expr.const
/
p3-0x-nowarn.cpp
blob
f163c397346bc9d6915b0011dffa8f3589a6243e
1
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wno-c++11-narrowing -verify %s
2
// expected-no-diagnostics
3
4
void
f
(
int
x
) {
5
switch
(
x
) {
6
case
0x80000001
:
break
;
7
}
8
}