Go to file
Steve Naroff 9e1e551c01 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
2007-08-23 21:37:33 +00:00
clang Remove a FIXME, allowing ++/-- on Complex types (a GCC extension). 2007-08-23 21:37:33 +00:00
llvm Fix this testcase: there are two matches for 2007-08-23 17:22:50 +00:00