]> granicus.if.org Git - clang/commit
Template instantiation for destructors. This is somewhat repetitive;
authorDouglas Gregor <dgregor@apple.com>
Tue, 24 Mar 2009 00:15:49 +0000 (00:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 24 Mar 2009 00:15:49 +0000 (00:15 +0000)
commit03b2b07aaef3a585aec13048a33356c7f635de72
tree97142baf4c5c1dccd75f3e6b27dabc469e737c59
parent9fd58e85d59f8244c7ba289ae4f9b4f5e0b4c98f
Template instantiation for destructors. This is somewhat repetitive;
eliminating the duplication is next on the list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67579 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/instantiate-method.cpp