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-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Analysis
/
diagnostics
/
plist-multi-file.h
blob
c0674f9dfcf0d6cc2b6628682450072b452d5264
1
void
foo
(
int
*
ptr
) {
2
*
ptr
=
1
;
// expected-warning{{Dereference of null pointer (loaded from variable 'ptr')}}
3
}