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
[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git]
/
clang
/
test
/
Analysis
/
html-diag-singlefile.h
blob
e238480ad68e0286cc571344c8ef4dff58f84da9
1
static void
f
(
void
) {
2
int
*
p
=
0
;
3
*
p
=
1
;
// expected-warning{{Dereference of null pointer}}
4
}