[cfe-commits] r76164 - in /cfe/trunk: include/clang/AST/Expr.h lib/AST/Expr.cpp lib/Analysis/CFG.cpp lib/Analysis/CallGraph.cpp

Chris Lattner clattner at apple.com
Fri Jul 17 08:51:51 PDT 2009


On Jul 17, 2009, at 12:29 AM, Zhongxing Xu wrote:

> Author: zhongxingxu
> Date: Fri Jul 17 02:29:51 2009
> New Revision: 76164
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76164&view=rev
> Log:
> Refactor code into a new CallExpr::getDirectCallee() method.  
> Simplify some
> code with the new method.

Nice, thanks!

-Chris



More information about the cfe-commits mailing list