diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-10-29 07:05:10 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-10-29 07:05:10 +0000 |
commit | 8cda9e999fd9c525f6522fd6907928aa70fcb92c (patch) | |
tree | 39c5b409528e157894e0895188be5a2d652cfb9a | |
parent | e1919d41a31f0d587373caee962a5a2f2a76478a (diff) |
Add notes for SCA.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58373 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Analysis/NOTES.TXT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Analysis/NOTES.TXT b/lib/Analysis/NOTES.TXT index c20c9f0100..97b7bf7c01 100644 --- a/lib/Analysis/NOTES.TXT +++ b/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? |