]> granicus.if.org Git - clang/commit
Strip cv-qualifiers when building C++ constructor and destructor
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 04:51:46 +0000 (04:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Apr 2010 04:51:46 +0000 (04:51 +0000)
commit20b3c9dda95e6808865110a21bfec25f95ebcaa7
treea131f43e5a752d1a531309c2a241347f7f177900
parent6a03e345bb3c971750920e34a0d7d1ea7c9eceb7
Strip cv-qualifiers when building C++ constructor and destructor
names.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102171 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclarationName.h
test/SemaTemplate/destructor-template.cpp