]> granicus.if.org Git - clang/commit
switch DeclBase::DeclCtx to the new happy and type-safe
authorChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 06:06:59 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 06:06:59 +0000 (06:06 +0000)
commitee219fd5f2776d8dd39d857f87304297b5ed743a
tree6a1f0d98a223dac5a4fac1e5069811f147647daf
parent4656978783e444bbd4a70ead1946e341587779ca
switch DeclBase::DeclCtx to the new happy and type-safe
llvm::PointerUnion class.

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