]> granicus.if.org Git - clang/commit
Get rid of isObjectType; when C++ says "object type", it generally
authorEli Friedman <eli.friedman@gmail.com>
Thu, 5 Aug 2010 02:49:48 +0000 (02:49 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 5 Aug 2010 02:49:48 +0000 (02:49 +0000)
commit1357869bc5983cdfbc986db1f3d18265bb34cb0e
treed5241a4058c97650ff4053d69296f8a997698c94
parent7f584bbe9c2de8455bfb572d4ab571628c6c024e
Get rid of isObjectType; when C++ says "object type", it generally
just means "not a function type", not "not a function type or void". This
changes behavior slightly, but generally in a way which accepts more code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110303 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ExprConstant.cpp
lib/AST/Type.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.param/p4.cpp