]> granicus.if.org Git - clang/commitdiff
analyzer: We cannot bind values to CodeTextRegions.
authorTed Kremenek <kremenek@apple.com>
Sat, 11 Apr 2009 02:32:27 +0000 (02:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 11 Apr 2009 02:32:27 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68857 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/MemRegion.h

index af633861369c05af408727ead77cb66f62b53219..2a9337fddc1c725ec0e859272d60f2e41a7f0142 100644 (file)
@@ -216,6 +216,8 @@ public:
   QualType getLValueType(ASTContext &C) const {
     return LocationType;
   }
+  
+  virtual bool isBoundable(ASTContext&) const { return false; }
 
   void Profile(llvm::FoldingSetNodeID& ID) const;