[cfe-commits] r118165 - /cfe/trunk/lib/Analysis/CFG.cpp
John McCall
rjmccall at apple.com
Wed Nov 3 12:07:59 PDT 2010
On Nov 3, 2010, at 4:14 AM, Zhongxing Xu wrote:
> Author: zhongxingxu
> Date: Wed Nov 3 06:14:06 2010
> New Revision: 118165
>
> URL: http://llvm.org/viewvc/llvm-project?rev=118165&view=rev
> Log:
> Do not add elidable CXXConstructExpr as block-level expr.
You should also ignore all but the first child. Default arguments to elided copy constructors are not evaluated.
John.
More information about the cfe-commits
mailing list