]> granicus.if.org Git - clang/commitdiff
[analyzer] Rely only on NodeBuilder inside CheckerContext.
authorAnna Zaks <ganna@apple.com>
Tue, 18 Oct 2011 23:06:11 +0000 (23:06 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 18 Oct 2011 23:06:11 +0000 (23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142446 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h

index 2b83ea2df5221272579504664b5e166e389e9d8c..aa4e0f722d90eecd8740f6d10376ec39fc5a59f2 100644 (file)
@@ -79,7 +79,7 @@ public:
 
   /// \brief Returns the number of times the current block has been visited
   /// along the analyzed path.
-  unsigned getCurrentBlockCount() {return B.getCurrentBlockCount();}
+  unsigned getCurrentBlockCount() {return NB.getCurrentBlockCount();}
 
   ASTContext &getASTContext() {
     return Eng.getContext();