]> granicus.if.org Git - clang/commit
Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Aug 2010 01:21:19 +0000 (01:21 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Thu, 5 Aug 2010 01:21:19 +0000 (01:21 +0000)
commit7f584bbe9c2de8455bfb572d4ab571628c6c024e
tree677c3175068eb1996726253820005ed5aa929005
parent58e5539df7d9d1f003912fccb8d524d4f2c6846a
Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Type.cpp
test/CXX/conv/conv.ptr/p2.cpp [new file with mode: 0644]