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
/
ASTDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When dumping the AST to JSON, dump the type information from a typeid express...
Aaron Ballman
2019-05-27
1
-2
/
+2
*
Add support for dumping AST comment nodes to JSON.
Aaron Ballman
2019-05-21
1
-1
/
+2
*
Extract ASTDumper to a header file
Stephen Kelly
2019-05-17
1
-46
/
+1
*
Introduce the ability to dump the AST to JSON.
Aaron Ballman
2019-05-13
1
-5
/
+14
*
[AST] Extract ASTNodeTraverser class from ASTDumper
Stephen Kelly
2019-02-03
1
-558
/
+29
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+5
*
[ASTDump] Inline traverse methods into class
Stephen Kelly
2019-01-30
1
-543
/
+388
*
[ASTDump] Make method definition order matches declaration order
Stephen Kelly
2019-01-30
1
-21
/
+22
*
[ASTDump] Re-arrange method declarations to group Visit together
Stephen Kelly
2019-01-30
1
-120
/
+112
*
[ASTDump] Rename methods which are conceptually Visits
Stephen Kelly
2019-01-30
1
-129
/
+125
*
[ASTDump] NFC: Inline vestigial methods
Stephen Kelly
2019-01-30
1
-23
/
+15
*
[ASTDump] Move Decl node dumping to TextNodeDumper
Stephen Kelly
2019-01-30
1
-625
/
+3
*
[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit
Roman Lebedev
2019-01-30
1
-0
/
+2
*
NFC: Move GenericSelectionExpr dump to NodeDumper
Stephen Kelly
2019-01-29
1
-2
/
+0
*
NFC: Implement GenericSelectionExpr::Association dump with Visitor
Stephen Kelly
2019-01-29
1
-15
/
+11
*
Re-commit "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-29
1
-5
/
+5
*
Revert "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-28
1
-5
/
+5
*
[AST] Introduce GenericSelectionExpr::Association
Bruno Ricci
2019-01-28
1
-5
/
+5
*
[ASTDump] NFC: Convert iterative loops to cxx_range_for
Stephen Kelly
2019-01-19
1
-24
/
+14
*
[ASTDump] NFC: Use `const auto` in cxx_range_for loops
Stephen Kelly
2019-01-19
1
-15
/
+15
*
Move decl context dumping to TextNodeDumper
Stephen Kelly
2019-01-19
1
-7
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ASTDump] NFC: Move variable into if() statement
Stephen Kelly
2019-01-18
1
-2
/
+1
*
[ASTDump] NFC: Remove redundant condition
Stephen Kelly
2019-01-18
1
-4
/
+1
*
[ASTDump] NFC: Remove non-needed braces
Stephen Kelly
2019-01-18
1
-3
/
+2
*
[ASTDump] Mark null params with a tag rather than a child node
Stephen Kelly
2019-01-18
1
-4
/
+9
*
[ASTDump] Mark BlockDecls which capture this with a tag
Stephen Kelly
2019-01-18
1
-3
/
+3
*
[ASTDump] Mark variadic declarations with a tag instead of child node
Stephen Kelly
2019-01-18
1
-8
/
+6
*
Re-order type param children of ObjC nodes
Stephen Kelly
2019-01-15
1
-2
/
+2
*
NFC: Some cleanups that I missed in the previous commit
Stephen Kelly
2019-01-15
1
-9
/
+6
*
Re-order overrides in FunctionDecl dump
Stephen Kelly
2019-01-15
1
-14
/
+16
*
NFC: Replace iterator loop with cxx_range_for
Stephen Kelly
2019-01-15
1
-4
/
+2
*
Implement BlockDecl::Capture dump in terms of visitors
Stephen Kelly
2019-01-15
1
-15
/
+11
*
NFC: Implement OMPClause dump in terms of visitors
Stephen Kelly
2019-01-15
1
-21
/
+11
*
Implement CXXCtorInitializer dump in terms of Visitor
Stephen Kelly
2019-01-15
1
-11
/
+1
*
NFC: Move Decl node handling to TextNodeDumper
Stephen Kelly
2019-01-15
1
-68
/
+2
*
[ASTDump] NFC: Move dump of type nodes to NodeDumper
Stephen Kelly
2019-01-15
1
-88
/
+1
*
[ASTDump] NFC: Move dumping of QualType node to TextNodeDumper
Stephen Kelly
2019-01-14
1
-5
/
+1
*
[ASTDump] NFC: Canonicalize handling of TypeLocInfo
Stephen Kelly
2019-01-14
1
-4
/
+3
*
[ASTDump] NFC: Move Type Visit implementation to TextNodeDumper
Stephen Kelly
2019-01-14
1
-32
/
+3
*
NFC: Fix nits I missed before
Stephen Kelly
2019-01-14
1
-1
/
+1
*
[ASTDump] NFC: Move dump of individual Stmts to TextNodeDumper
Stephen Kelly
2019-01-12
1
-489
/
+2
*
Implement TemplateArgument dumping in terms of Visitor
Stephen Kelly
2019-01-12
1
-44
/
+13
*
NFC: Port loop to cxx_range_for
Stephen Kelly
2019-01-12
1
-3
/
+2
*
Implement Attr dumping in terms of visitors
Stephen Kelly
2019-01-11
1
-19
/
+8
*
[ASTDump] Add utility for dumping a label with child nodes
Stephen Kelly
2019-01-11
1
-7
/
+7
*
NFC: Change case of identifiers
Stephen Kelly
2019-01-10
1
-2
/
+2
*
[ASTDump] NFC: Move dumpDeclRef to NodeDumper
Stephen Kelly
2019-01-08
1
-42
/
+30
*
Implement the TreeStructure interface through the TextNodeDumper
Stephen Kelly
2019-01-08
1
-4
/
+2
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-3
/
+4
[next]