]> granicus.if.org Git - clang/commit
change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling.
authorChris Lattner <sabre@nondot.org>
Fri, 27 Mar 2009 18:46:15 +0000 (18:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Mar 2009 18:46:15 +0000 (18:46 +0000)
commit10d8379676f32b493740a5509e2cd7f0d6433139
tree91b936e0019ee326402c9210ef412808ca5b4bfc
parentee760330a415635369556796a97afcfd6207f4dc
change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling.

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