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
/
CoverageMapping
/
Inputs
/
starts_a_scope
blob
57c3087d6b70d6a972e2a2c5773aa765da65e761
1
// This file opens a new scope
2
3
x = x;
4
for (int i = 0; i < 2; ++i) {