[LLVMbugs] [Bug 20729] Explicit base destructor call rejected

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 21 19:05:11 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20729

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
[basic.lookup.classref]p3:

"If the unqualified-id is ~type-name, the type-name is looked up in the context
of the entire postfix-expression. If the type T of the object expression is of
a class type C, the type-name is also looked up in the scope of class C. At
least one of the lookups shall find a name that refers to (possibly
cv-qualified) T."

12.4/13 is talking about the runtime behavior of the program and the dynamic
type of the object.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140822/bdd80915/attachment.html>


More information about the llvm-bugs mailing list