]> granicus.if.org Git - clang/commit
Add skeleton for handling other kinds of CFGElements.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 15 Nov 2010 08:48:43 +0000 (08:48 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 15 Nov 2010 08:48:43 +0000 (08:48 +0000)
commit9c6cd67ea416bace666d614c84d5531124287653
tree4a781c989c0e881e09234318323621094046e2b2
parentc09265a5fd94af5dcfd7325d0cb4f04197d65afc
Add skeleton for handling other kinds of CFGElements.

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