From: Zhongxing Xu Date: Wed, 9 Dec 2009 04:22:30 +0000 (+0000) Subject: Add notes to a test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcb02fc690a2f9a6991b440181f70a0875e5c965;p=clang Add notes to a test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/misc-ps-eager-assume.m b/test/Analysis/misc-ps-eager-assume.m index 0eb1bacee0..94e50198fa 100644 --- a/test/Analysis/misc-ps-eager-assume.m +++ b/test/Analysis/misc-ps-eager-assume.m @@ -130,6 +130,9 @@ void rdar7342806() { // to 'p' to not be evaluated along one path, but then an autotransition caused // the path to keep on propagating with 'p' still set to an undefined value. // We would then get a bogus report of returning uninitialized memory. +// Note: CheckerVisit mistakenly cleared an existing node, and the cleared +// node was resurrected by GRStmtNodeBuilder::~GRStmtNodeBuilder(), where +// 'p' was not assigned. //===---------------------------------------------------------------------===// float *pr5627_f(int y);