diff options
author | Steve Naroff <snaroff@apple.com> | 2007-08-23 22:06:40 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-08-23 22:06:40 +0000 |
commit | bc6079684c639f2333a17cf5bd75602358e1cbb5 (patch) | |
tree | 41c435375f2314e7917af9419eec533c380acdc2 /CodeGen/CodeGenFunction.h | |
parent | 97c5156897e52a74d77724aaf48638ca2b1fc63c (diff) |
Support '~' for complex conjugation. This is a GCC extension.
This following now compiles without error...
_Complex unsigned X, Y;
_Complex double x, y;
void test2(int c) {
X = ~Y;
x = ~y;
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions