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

            Bug ID: 20238
           Summary: 'volatile' keyword permitted before destructor
                    declaration
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

consider:
struct A { volatile ~A(); };

I don't see why this could be valid, destructors don't have return types.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to