[cfe-commits] r58321 - /cfe/trunk/lib/Analysis/NOTES.TXT
Zhongxing Xu
xuzhongxing at gmail.com
Tue Oct 28 02:09:49 PDT 2008
Author: zhongxingxu
Date: Tue Oct 28 04:09:48 2008
New Revision: 58321
URL: http://llvm.org/viewvc/llvm-project?rev=58321&view=rev
Log:
Update random notes.
Modified:
cfe/trunk/lib/Analysis/NOTES.TXT
Modified: cfe/trunk/lib/Analysis/NOTES.TXT
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/NOTES.TXT?rev=58321&r1=58320&r2=58321&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/NOTES.TXT (original)
+++ cfe/trunk/lib/Analysis/NOTES.TXT Tue Oct 28 04:09:48 2008
@@ -11,4 +11,10 @@
This is because BasicStore "collapses" all elements of an array into their base
region. BasicStore should return UnknownVal() when getLValueElement. But that
-way will break current test in null-deref-ps.c.
\ No newline at end of file
+way will break current test in null-deref-ps.c.
+
+//===----------------------------------------------------------------------===//
+
+Investigate what classes of exprs are passed silently in GRExprEngine::Visit().
+
+One is PredefinedExpr.
\ No newline at end of file
More information about the cfe-commits
mailing list