[cfe-commits] r108617 - in /cfe/trunk: 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 lib/Checker/GRCXXExprEngine.cpp lib/Checker/GRCoreEngine.cpp lib/Checker/GRExprEngine.cpp tools/driver/Makefile

Benjamin Kramer benny.kra at googlemail.com
Sat Jul 17 06:53:42 PDT 2010


On 17.07.2010, at 13:12, Zhongxing Xu wrote:

> Author: zhongxingxu
> Date: Sat Jul 17 06:12:42 2010
> New Revision: 108617
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=108617&view=rev
> Log:
> 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.

I reverted this change (r108621) please commit again with AnalysisManager.cpp …



More information about the cfe-commits mailing list