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
/
Preprocessor
/
pragma_microsoft.cpp
blob
22c8a4c338136e7c034beb9e26cd880f954c6862
1
// RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -fms-extensions
2
3
#pragma warning(push, 4_D)
// expected-warning {{requires a level between 0 and 4}}
4
5
extern
"C"
{
6
#pragma function(memset)
// no-warning
7
}