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
/
lib
/
AST
/
JSONNodeDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Differentiate between the presumed and actual file when dumping the AST to JSON
Aaron Ballman
2019-12-03
1
-3
/
+10
*
[DeclCXX] Remove unknown external linkage specifications
Ehud Katz
2019-11-21
1
-6
/
+0
*
Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))
Pierre Habouzit
2019-11-18
1
-0
/
+1
*
Include the mangled name in -ast-dump=json
Alex Richardson
2019-11-15
1
-1
/
+5
*
Add more information to JSON AST dumping of source locations.
Aaron Ballman
2019-10-15
1
-0
/
+24
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
1
-0
/
+6
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
1
-6
/
+0
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
1
-0
/
+6
*
Generate parent context id from Decl* instead of DeclContext*.
Aaron Ballman
2019-09-04
1
-3
/
+8
*
Avoid crash when dumping NULL Type as JSON.
Aaron Ballman
2019-08-29
1
-0
/
+4
*
Add typedef declaration information to the JSON AST dump.
Aaron Ballman
2019-07-30
1
-0
/
+2
*
Dump actual line numbers when dumping the AST to JSON.
Aaron Ballman
2019-07-12
1
-10
/
+19
*
Dump floating-point values as strings when dumping to JSON.
Aaron Ballman
2019-07-12
1
-1
/
+3
*
Augment location information when dumping the AST to JSON.
Aaron Ballman
2019-06-24
1
-33
/
+44
*
Ensure that top-level QualType objects also have a "kind" field when dumping ...
Aaron Ballman
2019-06-21
1
-0
/
+1
*
Print more type node information when dumping the AST to JSON.
Aaron Ballman
2019-06-21
1
-0
/
+20
*
Print information about various type nodes when dumping the AST to JSON.
Aaron Ballman
2019-06-21
1
-0
/
+119
*
Print information about various ObjC expression nodes when dumping the AST to...
Aaron Ballman
2019-06-20
1
-0
/
+90
*
Print additional information about @encode expressions when dumping the AST t...
Aaron Ballman
2019-06-20
1
-0
/
+4
*
Print additional information on dependent scopes when dumping the AST to JSON.
Aaron Ballman
2019-06-20
1
-0
/
+17
*
Dump more information about expressions involving temporaries when dumping th...
Aaron Ballman
2019-06-20
1
-0
/
+45
*
Dump more information about construct expressions (resolved and unresolved) w...
Aaron Ballman
2019-06-20
1
-0
/
+32
*
Print whether a generic selection expression is result dependent when dumping...
Aaron Ballman
2019-06-19
1
-0
/
+5
*
Print out the union field being initialized by an InitListExpr when dumping t...
Aaron Ballman
2019-06-19
1
-0
/
+5
*
Dump the value calculated by a constant expression when dumping the AST to JSON.
Aaron Ballman
2019-06-19
1
-0
/
+9
*
Change the way we output templates for JSON AST dumping and dump information ...
Aaron Ballman
2019-06-19
1
-0
/
+67
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-0
/
+6
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-0
/
+6
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-1
/
+3
*
When dumping the AST to JSON, dump the type information from a typeid express...
Aaron Ballman
2019-05-27
1
-0
/
+10
*
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
-2
/
+3
*
When dumping the AST to JSON, dump the argument name to a sizeof pack express...
Aaron Ballman
2019-05-27
1
-0
/
+4
*
Add JSON dumping tests for ObjC statements; add support for dumping @catch ca...
Aaron Ballman
2019-05-24
1
-0
/
+7
*
Add support for dumping Objective C AST declaration nodes to JSON.
Aaron Ballman
2019-05-24
1
-4
/
+155
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-0
/
+1
*
Add support for dumping AST comment nodes to JSON.
Aaron Ballman
2019-05-21
1
-1
/
+139
*
Add more tests for AST JSON output; NFC.
Aaron Ballman
2019-05-20
1
-1
/
+3
*
Dump macro expansion information as needed when outputting the AST to JSON.
Aaron Ballman
2019-05-20
1
-3
/
+25
*
Introduce the ability to dump the AST to JSON.
Aaron Ballman
2019-05-13
1
-0
/
+781