Author: zhongxingxu
Date: Wed Oct 22 20:35:34 2008
New Revision: 58020
URL: http://llvm.org/viewvc/llvm-project?rev=58020&view=rev
Log:
Added a method to ElementRegion.
Modified:
cfe/trunk/include/clang/Analysis/PathSensitive/MemRegion.h
Modified: cfe/trunk/include/clang/Analysis/PathSensitive/MemRegion.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/MemRegion.h?rev=58020&r1=58019&r2=58020&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/MemRegion.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/MemRegion.h Wed Oct 22
20:35:34 2008
@@ -273,6 +273,8 @@
public:
+ SVal getIndex() const { return Index; }
+
void Profile(llvm::FoldingSetNodeID& ID) const;
static bool classof(const MemRegion* R) {
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits