[LLVMbugs] [Bug 6365] 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 10:32:19 PST 2010
http://www.llvm.org/bugs/show_bug.cgi?id=6365
--- Comment #4 from Albert Zeyer <ich at az2000.de> 2010-02-21 12:32:19 CST ---
Is it related to this FIXME? :)
DeclPrinter::VisitCXXRecordDecl:
// Print the class definition
// FIXME: Doesn't print access specifiers, e.g., "public:"
Out << " {\n";
VisitDeclContext(D);
Indent() << "}";
--
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the llvm-bugs
mailing list