This website requires JavaScript.
Explore
Help
Sign In
nils.hoelscher
/
llvm-for-llvmta
Watch
1
Star
0
Fork
You've already forked llvm-for-llvmta
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
13afd1791d
llvm-for-llvmta
/
tools
/
clang
/
test
/
CoverageMapping
/
Inputs
/
code.h
14 lines
133 B
C
Raw
Blame
History
// Some code for the middle of a program
x
=
x
;
if
(
x
=
=
0
)
{
x
=
1
;
}
else
{
x
=
2
;
}
if
(
true
)
{
x
=
x
;
}
else
{
x
=
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink