Create helper functions in StmtDumper for outputting the indentation, newlines, and...
authorManuel Klimek <klimek@google.com>
Wed, 7 Nov 2012 00:33:12 +0000 (00:33 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 7 Nov 2012 00:33:12 +0000 (00:33 +0000)
commit874030e684ffc1d7bbb99347916c29982c522f8f
tree143d38e24c7e340e86e187f912cffe8dcec16999
parent65710a7589e14e6676765c3c66a86b785b1867d1
Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets.

This is preparation for adding Decl dumping.

Patch by Philip Craig.

llvm-svn: 167509
clang/lib/AST/StmtDumper.cpp
clang/test/Misc/ast-dump-stmt.c [new file with mode: 0644]
clang/test/Misc/ast-dump-stmt.m [new file with mode: 0644]