Remove a FIXME, allowing ++/-- on Complex types (a GCC extension).
Now, the following test case succeeds... _Complex double x, y; void test2(int c) { ++x; } llvm-svn: 41335
Loading
Please register or sign in to comment
Now, the following test case succeeds... _Complex double x, y; void test2(int c) { ++x; } llvm-svn: 41335