]> granicus.if.org Git - clang/commit
Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris).
authorSteve Naroff <snaroff@apple.com>
Tue, 14 Jul 2009 18:25:06 +0000 (18:25 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 14 Jul 2009 18:25:06 +0000 (18:25 +0000)
commit58f9f2c884af6b72d036b746a016d8031d31cb7a
tree89a7b1e5b8e5ba78419af5fb1f023c6e38f66dc0
parentd01c915dda27bb0045687f0a08bbcab1dd40e652
Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris).

I don't love the name, however it simplifies the code and is a worthwhile change. If/when we come up with a better name, we can do a search/replace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75650 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
include/clang/Analysis/PathSensitive/SVals.h
lib/AST/ASTContext.cpp
lib/Analysis/CheckObjCInstMethSignature.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp