Go to file
Douglas Gregor d08452f60a Added operator overloading for unary operators, post-increment, and
post-decrement, including support for generating all of the built-in
operator candidates for these operators. 

C++ and C have different rules for the arguments to the builtin unary
'+' and '-'. Implemented both variants in Sema::ActOnUnaryOp.

In C++, pre-increment and pre-decrement return lvalues. Update
Expr::isLvalue accordingly.

llvm-svn: 59638
2008-11-19 15:42:04 +00:00
clang Added operator overloading for unary operators, post-increment, and 2008-11-19 15:42:04 +00:00
llvm Temporary check-in for Duncan to demonstrate CellSPU store problem. 2008-11-19 15:24:16 +00:00