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
[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
redecl-found-building-chains
/
d.h
blob
0beef5a79da407933bf76dc7b8d342cf5b4aac18
1
#include
"a.h"
// ensure that our canonical decl is not from b
2
struct
A
;
3
#include
"b.h"
4
struct
A
;
5
#include
"c.h"
// ensure that our type for A doesn't reference the definition in b
6
struct
A
;