aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2007-08-23 22:06:40 +0000
committerSteve Naroff <snaroff@apple.com>2007-08-23 22:06:40 +0000
commitbc6079684c639f2333a17cf5bd75602358e1cbb5 (patch)
tree41c435375f2314e7917af9419eec533c380acdc2 /CodeGen/CodeGenFunction.h
parent97c5156897e52a74d77724aaf48638ca2b1fc63c (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