[LLVMbugs] [Bug 6365] New: Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl")

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 21 09:42:58 PST 2010


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

           Summary: Assertion failed: (Access != AS_none && "Access
                    specifier is AS_none inside a record decl")
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: parser
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ich at az2000.de
                CC: llvmbugs at cs.uiuc.edu
   Estimated Hours: 0.0


I'm trying to parse some c++ code with clang but I get this:

Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a
record decl"), function CheckAccessDeclContext, file DeclBase.cpp, line 443.

This is with cfe/trunk at 96638 .

The code I was trying to compile is pretty big and has many further includes.
Any easy way I can post the result after the preprocessor? (I remember there
was such a thing for GCC but don't remember the command.)

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



More information about the llvm-bugs mailing list