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
/
Index
/
complete-preamble.h
blob
1972c2acb56812153bdc3b24d235314f12090d94
1
#pragma clang diagnostic push
2
#pragma clang diagnostic ignored
"-Weverything"
3
4
namespace
std
{
5
void
wibble
();
6
}
7
8
#pragma clang diagnostic pop
9
10
namespace
std
{
11
}