File tree
166 files changed
+950
-1284
lines changed- lkql_checker
- src
- lkql_jit
- cli/src/main/java/com/adacore/lkql_jit/drivers
- language/src/main/java/com/adacore/lkql_jit
- built_ins/values
- checker
- built_ins
- utils
- exception
- langkit_translator/passes
- nodes
- arguments
- declarations
- selector
- expressions
- block_expression
- dot
- list_comprehension
- literals
- match
- operators
- value_read
- patterns
- node_patterns
- utils
- functions
- source_location
- testsuite
- drivers
- tests
- checks
- missing_file_error
- missing_file_warning
- gnatcheck_errors
- invalid_lkql_rules_config
- lkql_error
- missing_excluded_source
- interpreter_errors
- add_to_bool_error
- binop_type_error
- block_expr_nonnull_expr
- builtin_namespace
- call_property_wrong_arity_2
- call_property_wrong_arity
- call_property_wrong_return_type
- call_property_wrong_type
- call_selector_no_args
- dot_access_wrong_builtin_method
- func_wrong_named_arg
- invalid_at_object_literal
- invalid_block_string
- invalid_concats
- invalid_field_dot_access
- invalid_from_select
- invalid_is_clause_left_operand
- invalid_kind
- invalid_list_index
- invalid_object_literal
- invalid_regex
- invalid_selector_binding
- invalid_when_clause_return_type
- match_bigint
- positionnal_after_named
- same_name_args
- selector_kind_error
- selector_unpack_wrong
- unknown_arg_name
- zero_division_error
- interpreter
- null_node_access
- sublist_builtin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+950
-1284
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + |
Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
| 339 | + | |
343 | 340 |
| |
344 | 341 |
| |
345 | 342 |
| |
346 | 343 |
| |
347 | 344 |
| |
348 | 345 |
| |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
349 | 355 |
| |
350 |
| - | |
351 | 356 |
| |
352 | 357 |
| |
353 | 358 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
229 | 230 |
| |
230 | 231 |
| |
231 |
| - | |
232 |
| - | |
233 | 232 |
| |
234 | 233 |
| |
235 | 234 |
| |
|
Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
| 48 | + | |
| 49 | + | |
47 | 50 |
| |
48 | 51 |
| |
49 | 52 |
| |
| |||
55 | 58 |
| |
56 | 59 |
| |
57 | 60 |
| |
58 |
| - | |
59 |
| - | |
| 61 | + | |
| 62 | + | |
60 | 63 |
| |
61 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 |
| |
63 | 70 |
| |
64 | 71 |
| |
| |||
508 | 515 |
| |
509 | 516 |
| |
510 | 517 |
| |
511 |
| - | |
| 518 | + | |
512 | 519 |
| |
513 | 520 |
| |
514 | 521 |
| |
|
Lines changed: 21 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
323 | 325 |
| |
324 | 326 |
| |
325 | 327 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 | 328 |
| |
330 | 329 |
| |
331 | 330 |
| |
| |||
341 | 340 |
| |
342 | 341 |
| |
343 | 342 |
| |
344 |
| - | |
| 343 | + | |
345 | 344 |
| |
346 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
347 | 359 |
| |
348 | 360 |
| |
349 | 361 |
| |
| |||
357 | 369 |
| |
358 | 370 |
| |
359 | 371 |
| |
360 |
| - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
361 | 376 |
| |
362 | 377 |
| |
363 | 378 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 |
| |
196 | 199 |
| |
197 | 200 |
| |
|
0 commit comments