]> granicus.if.org Git - clang/commit
Teach Type::isIntegerType() about GCC's __complex__ integer extensions...
authorSteve Naroff <snaroff@apple.com>
Mon, 14 Jan 2008 21:38:57 +0000 (21:38 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 14 Jan 2008 21:38:57 +0000 (21:38 +0000)
commit3f0c5adc2f488f40aa0f7b88c27b347f80b104bb
tree7ca4416bd7bf716edf40deba4192fccf32d41f78
parentadbbd0c625806b9d6183920d33eb78566a8f3366
Teach Type::isIntegerType() about GCC's __complex__ integer extensions...

Bug submitted by Eli.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45976 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Type.cpp
test/Sema/complex-int.c [new file with mode: 0644]