File tree
25 files changed
+136
-9
lines changed- packages/cxx-frontend/src
- src
- frontend/cxx
- parser/cxx
- private
25 files changed
+136
-9
lines changedDiff for: packages/cxx-frontend/src/AST.ts
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
997 | 997 |
| |
998 | 998 |
| |
999 | 999 |
| |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1000 | 1012 |
| |
1001 | 1013 |
| |
1002 | 1014 |
| |
| |||
3489 | 3501 |
| |
3490 | 3502 |
| |
3491 | 3503 |
| |
| 3504 | + | |
3492 | 3505 |
| |
3493 | 3506 |
| |
3494 | 3507 |
| |
|
Diff for: packages/cxx-frontend/src/ASTKind.ts
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
|
Diff for: packages/cxx-frontend/src/ASTVisitor.ts
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
320 | 324 |
| |
321 | 325 |
| |
322 | 326 |
| |
|
Diff for: src/frontend/cxx/ast_printer.cc
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
628 | 633 |
| |
629 | 634 |
| |
630 | 635 |
| |
|
Diff for: src/frontend/cxx/ast_printer.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
Diff for: src/parser/cxx/ast.cc
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
834 | 834 |
| |
835 | 835 |
| |
836 | 836 |
| |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
837 | 849 |
| |
838 | 850 |
| |
839 | 851 |
| |
|
Diff for: src/parser/cxx/ast.fbs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| 158 | + | |
158 | 159 |
| |
159 | 160 |
| |
160 | 161 |
| |
| |||
976 | 977 |
| |
977 | 978 |
| |
978 | 979 |
| |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
979 | 985 |
| |
980 | 986 |
| |
981 | 987 |
| |
|
Diff for: src/parser/cxx/ast.h
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 | 1026 |
| |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
1027 | 1040 |
| |
1028 | 1041 |
| |
1029 | 1042 |
| |
|
Diff for: src/parser/cxx/ast_cloner.cc
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1072 | 1072 |
| |
1073 | 1073 |
| |
1074 | 1074 |
| |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
1075 | 1090 |
| |
1076 | 1091 |
| |
1077 | 1092 |
| |
|
Diff for: src/parser/cxx/ast_cloner.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
|
Diff for: src/parser/cxx/ast_decoder.cc
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 |
| |
143 | 146 |
| |
144 | 147 |
| |
| |||
1460 | 1463 |
| |
1461 | 1464 |
| |
1462 | 1465 |
| |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
1463 | 1476 |
| |
1464 | 1477 |
| |
1465 | 1478 |
| |
|
Diff for: src/parser/cxx/ast_encoder.cc
+14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1663 | 1663 |
| |
1664 | 1664 |
| |
1665 | 1665 |
| |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
1666 | 1680 |
| |
1667 | 1681 |
| |
1668 | 1682 |
| |
|
Diff for: src/parser/cxx/ast_fwd.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
137 | 138 |
| |
138 | 139 |
| |
139 | 140 |
| |
|
Diff for: src/parser/cxx/ast_kind.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
|
Diff for: src/parser/cxx/ast_slot.cc
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1136 | 1136 |
| |
1137 | 1137 |
| |
1138 | 1138 |
| |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
1139 | 1154 |
| |
1140 | 1155 |
| |
1141 | 1156 |
| |
|
Diff for: src/parser/cxx/ast_slot.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
103 | 104 |
| |
104 | 105 |
| |
105 | 106 |
| |
|
Diff for: src/parser/cxx/ast_visitor.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
|
Diff for: src/parser/cxx/default_ast_visitor.cc
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
260 | 264 |
| |
261 | 265 |
| |
262 | 266 |
| |
|
Diff for: src/parser/cxx/default_ast_visitor.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Diff for: src/parser/cxx/parser.cc
+5-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2088 | 2088 |
| |
2089 | 2089 |
| |
2090 | 2090 |
| |
2091 |
| - | |
2092 |
| - | |
2093 |
| - | |
2094 |
| - | |
2095 |
| - | |
2096 |
| - | |
2097 |
| - | |
| 2091 | + | |
| 2092 | + | |
2098 | 2093 |
| |
2099 |
| - | |
| 2094 | + | |
2100 | 2095 |
| |
2101 |
| - | |
| 2096 | + | |
| 2097 | + | |
2102 | 2098 |
| |
2103 | 2099 |
| |
2104 | 2100 |
| |
|
Diff for: src/parser/cxx/private/ast_decoder.h
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
| 183 | + | |
182 | 184 |
| |
183 | 185 |
| |
184 | 186 |
| |
|
Diff for: src/parser/cxx/private/ast_encoder.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
|
Diff for: src/parser/cxx/recursive_ast_visitor.cc
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
496 | 500 |
| |
497 | 501 |
| |
498 | 502 |
| |
|
Diff for: src/parser/cxx/recursive_ast_visitor.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
147 | 148 |
| |
148 | 149 |
| |
149 | 150 |
| |
|
0 commit comments