forked from OSchip/llvm-project
Add a little FIXME for C++ class printing
llvm-svn: 72660
This commit is contained in:
parent
0a8fe66a6c
commit
7a1a7cb09d
|
@ -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() << "}";
|
||||
|
|
Loading…
Reference in New Issue