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
/
CodeGen
/
loop-info-asan.c
blob
afec02437a2db5cbeb1a745fce651bc4a99b3dd5
1
// RUN: %clang_cc1 -triple x86_64 -emit-llvm %s -o /dev/null
2
3
// This test should not exhibit use-after-free in LoopInfo.
4
5
int
a
(
void
) {
6
for
(;;)
7
for
(;;)
8
for
(;;)
9
for
(;;)
10
for
(;;)
11
for
(;;)
12
for
(;;)
13
for
(;;)
14
for
(;;)
15
;
16
}