summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-10-28 09:09:48 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-10-28 09:09:48 +0000
commitc94dce9f9511addf59b66bfe0868df4036be296c (patch)
treeef48a0695e5429262f3431bdc0ee413e6d31ce20
parent5fa104013001fd32b5753b32c9eba33d9c9229d9 (diff)
downloadbcm5719-llvm-c94dce9f9511addf59b66bfe0868df4036be296c.tar.gz
bcm5719-llvm-c94dce9f9511addf59b66bfe0868df4036be296c.zip
Update random notes.
llvm-svn: 58321
-rw-r--r--clang/lib/Analysis/NOTES.TXT8
1 files changed, 7 insertions, 1 deletions
diff --git a/clang/lib/Analysis/NOTES.TXT b/clang/lib/Analysis/NOTES.TXT
index 2c92bf033ec..00e44bdd85a 100644
--- a/clang/lib/Analysis/NOTES.TXT
+++ b/clang/lib/Analysis/NOTES.TXT
@@ -11,4 +11,10 @@ execv(p[0], argv);
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
OpenPOWER on IntegriCloud