]> granicus.if.org Git - clang/commit
Add support for complex compound assignments where the LHS is a scalar.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 12 Jun 2013 01:40:06 +0000 (01:40 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 12 Jun 2013 01:40:06 +0000 (01:40 +0000)
commit0934e18b620ecaa6c7ec18ba5c4286b6122d6fb8
treea1f15ff9df212287a84f31b2b9afe480c69af744
parent7a1b586a383622e3287a5f3d82736ec513032744
Add support for complex compound assignments where the LHS is a scalar.

Fixes <rdar://problem/11224126> and PR12790.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183821 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/complex.c
test/CodeGen/volatile-1.c