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][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
diag_flags.h
blob
55eeab196a314d6e660ebf1a9724eb7d4368d794
1
#define pragma _Pragma(
"clang diagnostic push"
) _Pragma(
"clang diagnostic error
\"
-Wpadded
\"
"
) _Pragma(
"clang diagnostic pop"
)
2
pragma
3
4
struct
Padded
{
char
x
;
int
y
; };