summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/implicit-cast-dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the location of Decls to ast dump.David Blaikie2014-04-021-1/+1
| | | | | | | | | While investigating some debug info issues, Eric and I came across a particular template case where the location of a decl was quite different from the range of the same decl. It might've been rather helpful if the dumper had actually showed us this. llvm-svn: 205396
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-3/+3
| | | | | | | | | | | | | | | | | | | | | 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
* Unqualify the parameter type.Rafael Espindola2013-01-041-0/+15
This fixes a regression from 168895. llvm-svn: 171519
OpenPOWER on IntegriCloud