The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Analysis
scan-build
Inputs
multidirectory_project
directory2
file2.c
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
void
function2
(
int
*
o
)
{
if
(
!
o
)
{
*
o
=
7
;
//
This will emit a null pointer diagnostic.
}
}