summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-wchar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-4/+4
| | | | | | | | | | | | | | | | | | | | | 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
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-4/+4
| | | | | | | | http://llvm-reviews.chandlerc.com/D52 Patch by Philip Craig! llvm-svn: 170634
* Add triples to keep make test work on Windows, where wchar_t is only 16Richard Trieu2012-06-131-1/+1
| | | | | | bits wide. llvm-svn: 158425
* Remove unnecessary output redirection in a test.Richard Trieu2012-06-131-1/+1
| | | | llvm-svn: 158424
* Moved the StringLiteral printing code from StmtPrinter into the StringLiteralRichard Trieu2012-06-131-0/+13
class and have StmtPrinter and StmtDumper refer to it. This fixes an assertion failure when dumping wchar string literals. llvm-svn: 158417
OpenPOWER on IntegriCloud