]> granicus.if.org Git - clang/commit
Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing
authorTed Kremenek <kremenek@apple.com>
Fri, 14 Mar 2008 17:31:00 +0000 (17:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 14 Mar 2008 17:31:00 +0000 (17:31 +0000)
commit63bbe5312cd89ce0ceb684bff68c5baef636e93c
tree3fbff95830634771941dd2997b69727ecc67b591
parent6d39760673df2e92d9293f46ff8c66dad6ab5e0a
Path-sensitive analyses no longer take a FunctionDecl, but any Decl representing
a block of "code".

Patched various ASTConsumers (such as ASTDumper) to have more support for
processing ObjCMethodDecl. CFGVisitor now builds CFGs for ObjCMethodDecls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48363 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/CFRefCount.cpp
Analysis/GRSimpleVals.cpp
Driver/ASTConsumers.cpp
include/clang/Analysis/Analyses/GRSimpleVals.h
include/clang/Analysis/LocalCheckers.h
include/clang/Analysis/PathSensitive/ExplodedGraph.h
include/clang/Analysis/PathSensitive/GRCoreEngine.h