]> granicus.if.org Git - clang/commit
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit for...
authorTed Kremenek <kremenek@apple.com>
Fri, 10 Sep 2010 03:05:33 +0000 (03:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 10 Sep 2010 03:05:33 +0000 (03:05 +0000)
commit4beaa9f51b2da57c64740cef2bd1c2fdb0c325d5
tree0a9084d0cf99378e9fc85db7b414b9834bb000e6
parent383329eef5564ac24a7703574f181d55ccedbab4
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit for checkers).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113572 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/CheckerVisitor.def
include/clang/Checker/PathSensitive/GRExprEngine.h
lib/Analysis/CFG.cpp
lib/Checker/GRExprEngine.cpp