Aaron Ballman
b762de1662
Attempting to fix the build bot due to some missing text in the ast dump.
...
llvm-svn: 201590
2014-02-18 17:56:41 +00:00
Aaron Ballman
9a75e25801
Missed updating this test case with r201585 -- the lockable attribute is now internally represented by CapabilityAttr.
...
llvm-svn: 201587
2014-02-18 17:46:17 +00:00
Alp Toker
98571fd9b7
Fix ast-dump-color.cpp test following r198883
...
The commit added a source location that used to be missing from the AST.
llvm-svn: 198892
2014-01-09 21:43:39 +00:00
Richard Smith
99bc1b99d3
Mention in AST dump whether a class declaration is a definition.
...
llvm-svn: 189647
2013-08-30 05:32:29 +00:00
Richard Smith
adaa015900
AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump.
...
llvm-svn: 182070
2013-05-17 02:09:46 +00:00
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
NAKAMURA Takumi
6350e07ecd
clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck.
...
FIXME: If FileCheck had expressions something predefined well-known...
llvm-svn: 173558
2013-01-26 03:48:55 +00:00
Richard Trieu
d006f6eb5f
Fix test case by being more lenient on what to accept as a path name.
...
llvm-svn: 173553
2013-01-26 01:54:31 +00:00
Richard Trieu
d215b8d557
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
2013-01-26 01:31:20 +00:00