index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
AST
/
ast-dump-stmt-json.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include the mangled name in -ast-dump=json
Alex Richardson
2019-11-15
1
-0
/
+46
*
Add more information to JSON AST dumping of source locations.
Aaron Ballman
2019-10-15
1
-1
/
+577
*
Augment location information when dumping the AST to JSON.
Aaron Ballman
2019-06-24
1
-1152
/
+714
*
Add an automated note to files produced by gen_ast_dump_json_test.py.
Aaron Ballman
2019-06-21
1
-0
/
+3
*
Print information about various type nodes when dumping the AST to JSON.
Aaron Ballman
2019-06-21
1
-2
/
+16
*
Print additional information on dependent scopes when dumping the AST to JSON.
Aaron Ballman
2019-06-20
1
-366
/
+640
*
Dump more information about construct expressions (resolved and unresolved) w...
Aaron Ballman
2019-06-20
1
-380
/
+502
*
Print whether a generic selection expression is result dependent when dumping...
Aaron Ballman
2019-06-19
1
-0
/
+334
*
Print out the union field being initialized by an InitListExpr when dumping t...
Aaron Ballman
2019-06-19
1
-2
/
+17
*
Dump the value calculated by a constant expression when dumping the AST to JSON.
Aaron Ballman
2019-06-19
1
-0
/
+2
*
Change the way we output templates for JSON AST dumping and dump information ...
Aaron Ballman
2019-06-19
1
-8
/
+4
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-25
/
+52
*
When dumping the AST to JSON, dump the declared name of a MemberExpr operand.
Aaron Ballman
2019-05-27
1
-0
/
+2
*
Add more tests for AST JSON output; NFC.
Aaron Ballman
2019-05-17
1
-0
/
+5951