Add a little FIXME for C++ class printing

llvm-svn: 72660
This commit is contained in:
Douglas Gregor 2009-05-31 07:13:39 +00:00
parent 0a8fe66a6c
commit 7a1a7cb09d
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ void DeclPrinter::VisitCXXRecordDecl(CXXRecordDecl *D) {
}
// Print the class definition
// FIXME: Doesn't print access specifiers, e.g., "public:"
Out << " {\n";
VisitDeclContext(D);
Indent() << "}";