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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
clang
/
test
/
Sema
/
Inputs
/
pragma-pack2.h
blob
a41621544d75ab5c6791ddf73a2794d67ce320e1
1
2
#ifndef NO_RECORD_2
3
struct
S
{
int
x
; };
4
#endif
5
6
#ifdef SET_SECOND_HEADER
7
#pragma pack (8)
// expected-note 2 {{previous '#pragma pack' directive that modifies alignment is here}}
8
#endif