]> granicus.if.org Git - clang/commit
Driver now passes the top-level FunctionDecl* to GRConstants.
authorTed Kremenek <kremenek@apple.com>
Tue, 29 Jan 2008 00:33:40 +0000 (00:33 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 29 Jan 2008 00:33:40 +0000 (00:33 +0000)
commitcb48b9c9c3c95f2650b74530264c288d1f58c73c
tree81aacccbab04522de07fc8f5394bdf6de085cdc8
parentba03eda1599dd89da935a2b46da10659afe46add
Driver now passes the top-level FunctionDecl* to GRConstants.

Refactoring: for GREngine and GRConstants, pushed references to CFG, ASTContext,
and the top-level FunctionDecl into ExplodedGraphImpl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46475 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRConstants.cpp
Analysis/GREngine.cpp
Driver/ASTConsumers.cpp
include/clang/Analysis/Analyses/GRConstants.h
include/clang/Analysis/PathSensitive/ExplodedGraph.h
include/clang/Analysis/PathSensitive/GREngine.h