]> granicus.if.org Git - clang/commit
fix the TemplateArgumentList copy constructor to not
authorChris Lattner <sabre@nondot.org>
Thu, 20 May 2010 00:19:09 +0000 (00:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 May 2010 00:19:09 +0000 (00:19 +0000)
commit885989109ade7cb4dc493e25da41456c64b3cf6a
tree017ab1dceafc674b04ef7b5ae154214c0424d18f
parent56ef550c5eeea0714c635782776389df2a177584
fix the TemplateArgumentList copy constructor to not
be a copy constructor (since it isn't one semantically)
and fix the ownership bits it sets to be correct!

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