]> granicus.if.org Git - clang/commit
ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts
authorTed Kremenek <kremenek@apple.com>
Fri, 7 Sep 2012 06:56:18 +0000 (06:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 7 Sep 2012 06:56:18 +0000 (06:56 +0000)
commit62bde3e0a0699a72f9dbd1045dc4a3c554a46dd3
tree37ed580fa84749f424f43444fb55df232384cb18
parent689268a426cf4624c1b8ce67bf9d437ad84c6b04
ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts
(as this previously was the case before this was refactored).  We also shouldn't
need to specially handle BinaryOperators since the eagerly-assume heuristic tags
such nodes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163374 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExplodedGraph.cpp