]> granicus.if.org Git - clang/commit
Prepare the analyzer for the callee in another translation unit:
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 17 Jul 2010 11:12:42 +0000 (11:12 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 17 Jul 2010 11:12:42 +0000 (11:12 +0000)
commit69b81941aa4211ba6b8eaa89093f9e45aff81392
treeefd30964b988c6ab9bb79afbbe1e3ddb50b77073
parent7374f1b407a86df83fde942ee9f3684a3159f99f
Prepare the analyzer for the callee in another translation unit:
  Let AnalysisContext contain a TranslationUnit.
  Let CallEnter refer to an AnalysisContext instead of a FunctionDecl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108617 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
examples/wpa/clang-wpa.cpp
include/clang/Analysis/AnalysisContext.h
include/clang/Analysis/ProgramPoint.h
include/clang/Checker/PathSensitive/AnalysisManager.h
include/clang/Checker/PathSensitive/GRCoreEngine.h
lib/Analysis/AnalysisContext.cpp
lib/Checker/AnalysisConsumer.cpp
lib/Checker/CMakeLists.txt
lib/Checker/CallInliner.cpp [deleted file]
lib/Checker/GRCXXExprEngine.cpp
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp
tools/driver/Makefile