[cfe-commits] r71897 - in /cfe/trunk: lib/Parse/ParseExpr.cpp test/Parser/cxx-throw.cpp

Mike Stump mrs at apple.com
Fri May 15 21:34:04 PDT 2009


On May 15, 2009, at 3:03 PM, Eli Friedman wrote:
> We *should* print a warning because __extension__, as a unary
> operator, should only apply to the x.  Also, the assignment operator
> should not be a child of the __extension__ operator in the AST.

Fixed in 71927, thanks.



More information about the cfe-commits mailing list