]> granicus.if.org Git - clang/commit
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
authorChris Lattner <sabre@nondot.org>
Tue, 30 Oct 2007 22:53:42 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Oct 2007 22:53:42 +0000 (22:53 +0000)
commit7da36f642e907ff5a5ba4b18b5bfebfabf36ecc7
tree1588aeb85410ca7e8ff9b487281a8bedf5e5edac
parent8f54c1faaa94c789883d426109796fd62b81a044
__real__ and __imag__ can be lvalues.  Add support to ast and codegen for them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43525 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp
CodeGen/CGExpr.cpp
test/CodeGen/complex.c