[llvm-commits] [llvm] r77487 - /llvm/trunk/include/llvm/ADT/PointerUnion.h

Douglas Gregor dgregor at apple.com
Wed Jul 29 11:27:52 PDT 2009


On Jul 29, 2009, at 11:23 AM, Nick Lewycky wrote:

> 2009/7/29 Douglas Gregor <dgregor at apple.com>
> Author: dgregor
> Date: Wed Jul 29 13:19:47 2009
> New Revision: 77487
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77487&view=rev
> Log:
> Implement PointerUnion4.
>
> +    /// isNull - Return true if the pointer help in the union is  
> null,
>
> pointer help? Perhaps it should read "held"?

Oops, thanks. Fixed this, and the two places it was copied from :)

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090729/563e4fdc/attachment.html>


More information about the llvm-commits mailing list