]> granicus.if.org Git - clang/commit
add a common base class "PointerLikeType" for PointerType and ReferenceType,
authorChris Lattner <sabre@nondot.org>
Wed, 2 Apr 2008 17:35:06 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Apr 2008 17:35:06 +0000 (17:35 +0000)
commitbdcd637c29ec1540f912ea6860c88b910e78c329
tree05002c136b0c19e0a6e9625b3f12750d2f89e806
parent987798ad1d5db2a8ec26cd5bbe434b35ad32659c
add a common base class "PointerLikeType" for PointerType and ReferenceType,
allowing them to be treated the same in some contexts.  A suggestion for a
better name is welcome :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49100 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/Sema/SemaType.cpp