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
/
Tooling
/
Syntax
/
BuildTree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Syntax] Assert invariants on tree structure and fix a bug in mutations
Ilya Biryukov
2020-01-14
1
-1
/
+3
*
[Syntax] Build spanning SimpleDecalration for classes, structs, etc
Ilya Biryukov
2020-01-03
1
-3
/
+7
*
[Syntax] Use a hash table to search for tokens by their location
Ilya Biryukov
2019-12-18
1
-9
/
+10
*
[Syntax] Allow to mutate syntax trees
Ilya Biryukov
2019-12-18
1
-10
/
+21
*
[Syntax] Build nodes for simple cases of top level declarations
Ilya Biryukov
2019-12-12
1
-1
/
+74
*
[Syntax] Build SimpleDeclaration node that groups multiple declarators
Ilya Biryukov
2019-11-29
1
-35
/
+136
*
[Syntax] Add a comment explaining the pointer keys in std::map<Token*, ...>. NFC
Ilya Biryukov
2019-11-29
1
-0
/
+2
*
[Syntax] Remove unused parameter from `TreeBuilder::markChildToken`. NFC
Ilya Biryukov
2019-11-29
1
-20
/
+15
*
[Syntax] Silence "unused function" warning in no-assert builds. NFC
Ilya Biryukov
2019-11-07
1
-0
/
+2
*
[Syntax] Add nodes for most common statements
Ilya Biryukov
2019-11-06
1
-6
/
+204
*
[Syntax] Do not add a node for 'eof' into the tree
Ilya Biryukov
2019-08-06
1
-4
/
+8
*
[Syntax] Move roles into a separate enum
Ilya Biryukov
2019-07-09
1
-4
/
+6
*
Reland r365355: [Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-09
1
-0
/
+271
*
Revert rL365355 : [Syntax] Introduce syntax trees
Simon Pilgrim
2019-07-09
1
-271
/
+0
*
Add parentheses to silence warnings.
Bill Wendling
2019-07-08
1
-6
/
+6
*
[Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-08
1
-0
/
+271