]> granicus.if.org Git - clang/commit
switch TemplateOrInstantiation to be a PointerUnion, which
authorChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 07:03:59 +0000 (07:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 07:03:59 +0000 (07:03 +0000)
commit005f92f53c99ce8e701e44115c94216b108ea021
tree742d1ba7aef98c7f2f35bcd2bb29de7b5cb12301
parent5648a8a700d2a0435373da4122d32f8e6fe95656
switch TemplateOrInstantiation to be a PointerUnion, which
simplifies some code.

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