From 7a1a7cb09de7de41a6b6fe6a7573085701b87ba4 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 31 May 2009 07:13:39 +0000 Subject: Add a little FIXME for C++ class printing llvm-svn: 72660 --- clang/lib/AST/DeclPrinter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/AST/DeclPrinter.cpp') diff --git a/clang/lib/AST/DeclPrinter.cpp b/clang/lib/AST/DeclPrinter.cpp index 1b627ef7974..f29da8b9f4c 100644 --- a/clang/lib/AST/DeclPrinter.cpp +++ b/clang/lib/AST/DeclPrinter.cpp @@ -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() << "}"; -- cgit v1.2.3