Skip to content
Commit de5cc7d3 authored by Richard Trieu's avatar Richard Trieu
Browse files

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
parent 3ea7fc62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment