[cfe-commits] r67721 - in /cfe/trunk: lib/Sema/SemaStmt.cpp test/CodeGen/PR3869-indirect-goto-long.c

Eli Friedman eli.friedman at gmail.com
Thu Mar 26 00:05:31 PDT 2009


On Wed, Mar 25, 2009 at 11:51 PM, Gabor Greif <gabor at mac.com> wrote:
> Eli, I just wanted to remind you that there is a sugared syntax for
>
> (Expr*)<SomethingOwned>.release()
>
> in the form of
>
> <SomethingOwned>.takeAs<Expr>()

Okay, thanks; I'll use that in the future.

-Eli



More information about the cfe-commits mailing list