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.

Linking clang now fails with
Undefined symbols:
  "clang::AnalysisManager::getAnalysisContextInAnotherTU(clang::Decl const*)", 
referenced from:
      clang::GRExprEngine::InlineCall(clang::ExplodedNodeSet&, clang::CallExpr 
const*, clang::ExplodedNode*)in libclangChecker.a(GRExprEngine.o)
ld: symbol(s) not found

Looks like you missed to svn add the file containing 
getAnalysisContextInAnotherTU.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to