Skip to content

Commit 6e63ed5

Browse files
Added more statement facets (#3046)
1 parent 33108a3 commit 6e63ed5

File tree

212 files changed

+4908
-1484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+4908
-1484
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
foo.bar();
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:9
7+
>---------<
8+
0| foo.bar();
9+
10+
[Insertion delimiter] = " "
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
foo.bar();
2+
---
3+
4+
[Content] =
5+
[Removal] = 0:0-0:7
6+
>-------<
7+
0| foo.bar();
8+
9+
[Domain] = 0:0-0:9
10+
>---------<
11+
0| foo.bar();
12+
13+
[Insertion delimiter] = " "
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
void Foo::bar() {}
1+
void foo() {}
22
---
33

44
[Content] =
5-
[Removal] = 0:10-0:13
6-
>---<
7-
0| void Foo::bar() {}
5+
[Removal] = 0:5-0:8
6+
>---<
7+
0| void foo() {}
88

9-
[Domain] = 0:0-0:18
10-
>------------------<
11-
0| void Foo::bar() {}
9+
[Leading delimiter] = 0:4-0:5
10+
>-<
11+
0| void foo() {}
12+
13+
[Domain] = 0:0-0:13
14+
>-------------<
15+
0| void foo() {}
1216

1317
[Insertion delimiter] = " "
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
void Foo::bar();
1+
void foo();
22
---
33

44
[Content] =
5-
[Removal] = 0:10-0:13
6-
>---<
7-
0| void Foo::bar();
5+
[Removal] = 0:5-0:8
6+
>---<
7+
0| void foo();
88

9-
[Domain] = 0:0-0:16
10-
>----------------<
11-
0| void Foo::bar();
9+
[Leading delimiter] = 0:4-0:5
10+
>-<
11+
0| void foo();
12+
13+
[Domain] = 0:0-0:11
14+
>-----------<
15+
0| void foo();
1216

1317
[Insertion delimiter] = " "
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
void foo() {}
1+
void Foo::bar() {}
22
---
33

44
[Content] =
5-
[Removal] = 0:5-0:8
6-
>---<
7-
0| void foo() {}
5+
[Removal] = 0:10-0:13
6+
>---<
7+
0| void Foo::bar() {}
88

9-
[Leading delimiter] = 0:4-0:5
10-
>-<
11-
0| void foo() {}
12-
13-
[Domain] = 0:0-0:13
14-
>-------------<
15-
0| void foo() {}
9+
[Domain] = 0:0-0:18
10+
>------------------<
11+
0| void Foo::bar() {}
1612

1713
[Insertion delimiter] = " "
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
void foo();
1+
void Foo::bar();
22
---
33

44
[Content] =
5-
[Removal] = 0:5-0:8
6-
>---<
7-
0| void foo();
5+
[Removal] = 0:10-0:13
6+
>---<
7+
0| void Foo::bar();
88

9-
[Leading delimiter] = 0:4-0:5
10-
>-<
11-
0| void foo();
12-
13-
[Domain] = 0:0-0:11
14-
>-----------<
15-
0| void foo();
9+
[Domain] = 0:0-0:16
10+
>----------------<
11+
0| void Foo::bar();
1612

1713
[Insertion delimiter] = " "
File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
void foo() {}
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:13
7+
>-------------<
8+
0| void foo() {}
9+
10+
[Insertion delimiter] = "\n\n"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
void foo();
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:11
7+
>-----------<
8+
0| void foo();
9+
10+
[Insertion delimiter] = "\n\n"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
void Foo::bar() {}
2+
---
3+
4+
[Content] =
5+
[Removal] =
6+
[Domain] = 0:0-0:18
7+
>------------------<
8+
0| void Foo::bar() {}
9+
10+
[Insertion delimiter] = "\n\n"

0 commit comments

Comments
 (0)