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
/
Modules
/
Inputs
/
codegen-flags
/
foo.h
blob
74cfab1771f62e2dd1617ca394e7d89bff0edecf
1
#ifndef FOO_H
2
#define FOO_H
3
struct
foo
{
4
};
5
inline
void
f1
() {
6
}
7
#endif