]> granicus.if.org Git - clang/commit
Switch QualType to use llvm::PointerIntPair internally to do the pointer
authorChris Lattner <sabre@nondot.org>
Fri, 28 Nov 2008 23:37:31 +0000 (23:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Nov 2008 23:37:31 +0000 (23:37 +0000)
commit5cf243a883872441d73ca49cea7e20de5802629b
treea71a12bbd313243b98622cdf2ed50ddd9c41f33a
parent96cb9fb62008276266257ae7b53fa4b64224290d
Switch QualType to use llvm::PointerIntPair internally to do the pointer
bitmangling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60226 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/TypeSerialization.cpp