[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/GRCoreEngin

Zhongxing Xu xuzhongxing at gmail.com
Sun Jul 18 18:34:26 PDT 2010


On Sat, Jul 17, 2010 at 9:53 PM, Benjamin Kramer
<benny.kra at googlemail.com> wrote:
>
> 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 …

Sorry, I missed this mail. Everything should be fixed now.




More information about the cfe-commits mailing list