parent
5fa1040130
commit
c94dce9f95
|
@ -11,4 +11,10 @@ execv(p[0], argv);
|
||||||
|
|
||||||
This is because BasicStore "collapses" all elements of an array into their base
|
This is because BasicStore "collapses" all elements of an array into their base
|
||||||
region. BasicStore should return UnknownVal() when getLValueElement. But that
|
region. BasicStore should return UnknownVal() when getLValueElement. But that
|
||||||
way will break current test in null-deref-ps.c.
|
way will break current test in null-deref-ps.c.
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Investigate what classes of exprs are passed silently in GRExprEngine::Visit().
|
||||||
|
|
||||||
|
One is PredefinedExpr.
|
Loading…
Reference in New Issue