llvm-project/clang/test/Tooling
Richard Trieu de5cc7d3d8 Add indents to AST dumping and removed parenthesis from AST nodes.
Indents were given the color blue when outputting with color.
AST dumping now looks like this:

Node
|-Node
| `-Node
`-Node
  `-Node

Compared to the previous:

(Node
  (Node
    (Node))
  (Node
    (Node)))

llvm-svn: 174022
2013-01-31 01:44:26 +00:00
..
Inputs Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
auto-detect-from-source-parent-of-cwd.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
auto-detect-from-source-parent.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
auto-detect-from-source.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
clang-check-args.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-ast-dump.cpp Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
clang-check-autodetect-dir.cpp Adds support for auto-detection of compilation databases, looking in a directory and all its parents. 2012-07-10 16:56:35 +00:00
clang-check-builtin-headers.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-chdir.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-pwd.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
multi-jobs.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
pch.cpp Fix typo. 2012-08-01 08:48:27 +00:00