Naming the destructor using a typedef-name for the class-name is
well-formed.
This fixes PR19620.
Paths
| Differential D3583
Sema: Implement DR244 ClosedPublic Authored by majnemer on May 1 2014, 12:48 AM.
Details Summary Naming the destructor using a typedef-name for the class-name is This fixes PR19620.
Diff Detail Event Timelinemajnemer updated this object.
This revision is now accepted and ready to land.May 21 2014, 11:33 AM Comment Actions This fix doesn't seem to be part of clang 3.5, see http://llvm.org/bugs/show_bug.cgi?id=18879 Comment Actions
As far as we can tell DR244 is not fixed yet in 3.9.1 so any idea why this review sets it to YES as implemented?
Revision Contents
Diff 9651 lib/Sema/SemaExprCXX.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp
test/CXX/drs/dr2xx.cpp
www/cxx_dr_status.html
|
Please update this to match the standard (in particular, "the second class-name is looked up in the same scope as the first").