[LLVMbugs] [Bug 14153] New: clang accepts out of line class definition, but other compilers reject it

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 23 04:45:41 PDT 2012


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

             Bug #: 14153
           Summary: clang accepts out of line class definition, but other
                    compilers reject it
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: vanyacpp at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


struct x
{
    struct y;
};

namespace a
{
    struct x::y
    {};
}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list