[cfe-commits] r83350 - in /cfe/trunk: lib/AST/Expr.cpp lib/Sema/SemaOverload.cpp test/CodeGenCXX/PR5086-ambig-resolution-enum.cpp test/SemaCXX/PR5086-ambig-resolution-enum.cpp

Douglas Gregor dgregor at apple.com
Tue Oct 6 07:41:09 PDT 2009


On Oct 5, 2009, at 5:09 PM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Mon Oct  5 19:09:31 2009
> New Revision: 83350
>
> URL: http://llvm.org/viewvc/llvm-project?rev=83350&view=rev
> Log:
> Refixed pr5086 by letting Expr::isNullPointerConstant
> handle checking for a null pointer for a zero-valued
> enumerator; moving the test case from CodeGen to Sema.

Looks great Fariborz, thanks!

	- Doug



More information about the cfe-commits mailing list