[LLVMbugs] [Bug 10839] New: Weird accepts-invalid with operator as field (?)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 2 13:31:38 PDT 2011


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

           Summary: Weird accepts-invalid with operator as field (?)
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Testcase:
struct A { operator int; };

Somehow, we actually accept this...

-- 
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