]> granicus.if.org Git - clang/commit
Added PrintRawDeclStmt; use this method to print out DeclStmt instead of using PrintR...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:39:36 +0000 (18:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 18:39:36 +0000 (18:39 +0000)
commitecd64c5e53012ab7b1fdc64094a24f83c9893581
tree8b3d6f4083c7f6dd8b5782ea2d94c57ee6eaddb4
parent04a72b77da736734c925d673834888a081f5ebc5
Added PrintRawDeclStmt; use this method to print out DeclStmt instead of using PrintRawDecl (which falsely assumes DeclStmts have only one Decl).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtPrinter.cpp