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-expr-json.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-5
/
+0
*
Include the mangled name in -ast-dump=json
Alex Richardson
2019-11-15
1
-0
/
+26
*
Add more information to JSON AST dumping of source locations.
Aaron Ballman
2019-10-15
1
-0
/
+779
*
Augment location information when dumping the AST to JSON.
Aaron Ballman
2019-06-24
1
-1558
/
+910
*
Add an automated note to files produced by gen_ast_dump_json_test.py.
Aaron Ballman
2019-06-21
1
-0
/
+2
*
Dump more information about construct expressions (resolved and unresolved) w...
Aaron Ballman
2019-06-20
1
-4
/
+54
*
Change the way we output templates for JSON AST dumping and dump information ...
Aaron Ballman
2019-06-19
1
-44
/
+40
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-2
/
+4
*
Factor out commonality between variable capture initialization and
Richard Smith
2019-06-02
1
-17
/
+39
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
1
-4
/
+2
*
Fix r361893 to also update a recently-added test.
Richard Smith
2019-05-28
1
-163
/
+163
*
When dumping the AST to JSON, dump the type information from a typeid express...
Aaron Ballman
2019-05-27
1
-2
/
+11
*
When dumping the AST to JSON, dump whether a function is variadic or not.
Aaron Ballman
2019-05-27
1
-0
/
+2
*
When dumping the AST to JSON, dump the declared name of a MemberExpr operand.
Aaron Ballman
2019-05-27
1
-0
/
+9
*
When dumping the AST to JSON, dump the argument name to a sizeof pack express...
Aaron Ballman
2019-05-27
1
-1
/
+2
*
Add test cases for dumping AST expression nodes to JSON; NFC.
Aaron Ballman
2019-05-27
1
-0
/
+8992