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
/
use.cpp
blob
3e551881f6366585794f2d47be435d786ec707a2
1
#include
"foo.h"
2
void
non_modular_use_of_implicit_dtor
() {
3
implicit_dtor d1
;
4
uninst_implicit_dtor d2
;
5
}
6
void
use_of_instantiated_declaration_without_definition
() {
7
inst
<
int
>();
8
}
9
void
call_always_inline
() {
10
always_inl
();
11
}