[LLVMbugs] [Bug 6182] New: Cascaded and non-specific errors for ommitted semicolon after a class {}

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jan 30 06:46:55 PST 2010


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

           Summary: Cascaded and non-specific errors for ommitted semicolon
                    after a class {}
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: parser
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: c.r1 at gmx.de
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4145)
 --> (http://llvm.org/bugs/attachment.cgi?id=4145)
test

Hi,
in the attached testcase, there is the semicolon missing after the class a{},
though all reported errors mention other stuff (neither semicolon missing, nor
is class a{} printed), which makes it hard to find+fix the actual error.


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