commit | bc6079684c639f2333a17cf5bd75602358e1cbb5 | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Thu Aug 23 22:06:40 2007 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Thu Aug 23 22:06:40 2007 +0000 |
tree | 41c435375f2314e7917af9419eec533c380acdc2 | |
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