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

--- Comment #4 from Albert Zeyer <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to