]> granicus.if.org Git - clang/commit
Rip out the C++0x-specific handling of destructor names. The specification is still...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 7 Jul 2010 23:17:38 +0000 (23:17 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 7 Jul 2010 23:17:38 +0000 (23:17 +0000)
commitc0fee50ce432a63b7c4ee73e73a464af1bf388a0
tree4f3fce4435479c47a711ad91aa24619aa6c0c945
parent09acc9863fe422dc83725f77991bf80551664ada
Rip out the C++0x-specific handling of destructor names. The specification is still in flux and unclear, and our interim workaround was broken. Fixes PR7467.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/p6-0x.cpp