]> granicus.if.org Git - clang/commitdiff
Add notes to a test case.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 9 Dec 2009 04:22:30 +0000 (04:22 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 9 Dec 2009 04:22:30 +0000 (04:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90947 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/misc-ps-eager-assume.m

index 0eb1bacee053dc4ed333acfe6c384fec632418c6..94e50198fa29985bafe5f8ed9f1ec5a73683e913 100644 (file)
@@ -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);