]> granicus.if.org Git - clang/commit
Changed GRExprEngine to pass down a reference to itself when checkers are doing posta...
authorTom Care <tcare@apple.com>
Tue, 3 Aug 2010 01:55:07 +0000 (01:55 +0000)
committerTom Care <tcare@apple.com>
Tue, 3 Aug 2010 01:55:07 +0000 (01:55 +0000)
commitbc42c533e7d3d946704a49e242939dd232f33072
tree509b1748caa4a371cf09df68e018dacb0a5ad09b
parent9b823e8e1ccb8a2cb49923bad22a80ca96f41f92
Changed GRExprEngine to pass down a reference to itself when checkers are doing postanalysis. This allows the checker to gather information about the state of the engine when it has finished.
- Exposed the worklist and BlockAborted flag in GRCoreEngine
- Changed postanalysis checkers to use the new infrastructure

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110095 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/Checker.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
include/clang/Checker/PathSensitive/GRExprEngine.h
lib/Checker/GRExprEngine.cpp
lib/Checker/IdempotentOperationChecker.cpp
lib/Checker/UnreachableCodeChecker.cpp