Update random notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58321 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/NOTES.TXT b/lib/Analysis/NOTES.TXT
index 2c92bf0..00e44bd 100644
--- a/lib/Analysis/NOTES.TXT
+++ b/lib/Analysis/NOTES.TXT
@@ -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