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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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/tr...@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs