Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
17fb0d24eb4aa1dadb51bb24b6a27aa11635d7ec
/
clang
/
test
/
CodeGen
/
complex.c
8b7b1b1
Change compound assignment operators to keep track of both the promoted
by Eli Friedman
· 17 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
32ef8ce
Handle returning complex types that get coerced. Fixes PR3131
by Anders Carlsson
· 17 years ago
f3bc75a
Since isComplexType() no longer returns true for _Complex integers, the code
by Chris Lattner
· 18 years ago
595db86
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
by Chris Lattner
· 18 years ago
23bf38b
add some more testcases now that sema is happier :)
by Chris Lattner
· 18 years ago
02aac86
new testcases
by Chris Lattner
· 18 years ago
9f0ad96
implement codegen for real/imag. TODO: imag of non-complex.
by Chris Lattner
· 18 years ago
afd455c
make this harder
by Chris Lattner
· 18 years ago
725c6a4
this test is passing, though it is generating bogus code at the moment.
by Chris Lattner
· 18 years ago
afada9b
xfail this for now.
by Chris Lattner
· 18 years ago
e9a91ae
make this harder
by Chris Lattner
· 18 years ago
e97cd7e
add FIXME and un-XFAIL test
by Gabor Greif
· 18 years ago
03a0073
fix type of main, use !=
by Gabor Greif
· 18 years ago
d4606aa
implement _Complex * == and !=
by Gabor Greif
· 18 years ago
f7b1f66
a simple _Complex testcase
by Gabor Greif
· 18 years ago