Test: Test that 'a=b; if (a==b)' don't generate false positives
This commit is contained in:
parent
2c9a688dd4
commit
2490357054
0
testif4/err.msg
Normal file
0
testif4/err.msg
Normal file
14
testif4/testif4.cpp
Normal file
14
testif4/testif4.cpp
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
void f()
|
||||||
|
{
|
||||||
|
doc = cur->doc;
|
||||||
|
if (doc != NULL)
|
||||||
|
dict = doc->dict;
|
||||||
|
else
|
||||||
|
dict = NULL;
|
||||||
|
if (dict != NULL) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user