From 9c15820ea6069691370c5a88c45942a3967ca289 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Wed, 29 Oct 2008 07:05:10 +0000 Subject: [PATCH] Add notes for SCA. llvm-svn: 58373 --- clang/lib/Analysis/NOTES.TXT | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/lib/Analysis/NOTES.TXT b/clang/lib/Analysis/NOTES.TXT index c20c9f01005c..97b7bf7c0103 100644 --- a/clang/lib/Analysis/NOTES.TXT +++ b/clang/lib/Analysis/NOTES.TXT @@ -18,3 +18,7 @@ way will break current test in null-deref-ps.c. Investigate what classes of exprs are passed silently in GRExprEngine::Visit(). One is PredefinedExpr. + +//===----------------------------------------------------------------------===// + +Remove PersistentSValPairs and PersistentSVals? -- GitLab