Highlight various parts of the AST dump with color. Colors are controlled by
authorRichard Trieu <rtrieu@google.com>
Sat, 26 Jan 2013 01:31:20 +0000 (01:31 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 26 Jan 2013 01:31:20 +0000 (01:31 +0000)
commitd215b8d5570b6406ea8943735a39820d7fdbb735
treef3787fd2e4cf3fe7f0199c21dd747b4be854282b
parentaea020f04ec86ba9165ad701ad58cc467a0906fe
Highlight various parts of the AST dump with color.  Colors are controlled by
-f(no-)color-diagnostics.  In addition, dumpColor() function calls are added
to force color printing.  No structural changes to -ast-dump.

llvm-svn: 173548
clang/include/clang/AST/Comment.h
clang/include/clang/AST/DeclBase.h
clang/include/clang/AST/Stmt.h
clang/lib/AST/ASTDumper.cpp
clang/test/Misc/ast-dump-color.cpp [new file with mode: 0644]