This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit fcdaf4a
authored
* Update `flay` and `sexp_processor` gems
* Monkey patch `sexp_processor` gem
This applies a small monkey patch to the `parse_sexp` method in the
`sexp_processor` gem. This will allow us to continue passing filters to
`Sexp::Matcher.parse` like this:
```
DEFAULT_FILTERS = [
"(UsingDirective ___)".freeze
].freeze
```
1 parent b2c37e2 commit fcdaf4a
File tree
5 files changed
+81
-37
lines changed- lib/cc/engine/analyzers
- spec/cc/engine/analyzers
- ruby
5 files changed
+81
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | 16 | | |
17 | - | ||
18 | - | ||
17 | + | ||
18 | + | ||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
36 | 35 | | |
37 | - | ||
38 | - | ||
36 | + | ||
37 | + | ||
39 | 38 | | |
40 | - | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | - | ||
45 | - | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | - | ||
51 | + | ||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | - | ||
55 | + | ||
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
3 | 49 | | |
4 | 50 | | |
5 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | - | ||
64 | + | ||
65 | 65 | | |
66 | 66 | | |
67 | - | ||
67 | + | ||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | - | ||
21 | + | ||
22 | 22 | | |
23 | - | ||
23 | + | ||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments