File tree Expand file tree Collapse file tree 6 files changed +42
-81
lines changed
Expand file tree Collapse file tree 6 files changed +42
-81
lines changed Original file line number Diff line number Diff line change 11struct Foo {};
2-
3- typedef struct { } Bar;
42---
53
6- [#1 Content] =
7- [#1 Domain] = 0:0-0:14
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:14
87 >--------------<
980| struct Foo {};
109
11- [#1 Removal] = 0:0-2:0
12- >--------------
13- 0| struct Foo {};
14- 1|
15- 2| typedef struct { } Bar;
16- <
17-
18- [#1 Insertion delimiter] = "\n\n"
19-
20-
21- [#2 Content] =
22- [#2 Domain] = 2:0-2:23
23- >-----------------------<
24- 2| typedef struct { } Bar;
25-
26- [#2 Removal] = 0:14-2:23
27- >
28- 0| struct Foo {};
29- 1|
30- 2| typedef struct { } Bar;
31- -----------------------<
32-
33- [#2 Insertion delimiter] = "\n\n"
10+ [Insertion delimiter] = "\n\n"
Original file line number Diff line number Diff line change 11union Foo {};
2-
3- typedef union { } Bar;
42---
53
6- [#1 Content] =
7- [#1 Domain] = 0:0-0:13
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:13
87 >-------------<
980| union Foo {};
109
11- [#1 Removal] = 0:0-2:0
12- >-------------
13- 0| union Foo {};
14- 1|
15- 2| typedef union { } Bar;
16- <
17-
18- [#1 Insertion delimiter] = "\n\n"
19-
20-
21- [#2 Content] =
22- [#2 Domain] = 2:0-2:22
23- >----------------------<
24- 2| typedef union { } Bar;
25-
26- [#2 Removal] = 0:13-2:22
27- >
28- 0| union Foo {};
29- 1|
30- 2| typedef union { } Bar;
31- ----------------------<
32-
33- [#2 Insertion delimiter] = "\n\n"
10+ [Insertion delimiter] = "\n\n"
Original file line number Diff line number Diff line change 11enum Foo {};
2-
3- typedef enum { } Bar;
42---
53
6- [#1 Content] =
7- [#1 Domain] = 0:0-0:12
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:12
87 >------------<
980| enum Foo {};
109
11- [#1 Removal] = 0:0-2:0
12- >------------
13- 0| enum Foo {};
14- 1|
15- 2| typedef enum { } Bar;
16- <
17-
18- [#1 Insertion delimiter] = "\n\n"
19-
20-
21- [#2 Content] =
22- [#2 Domain] = 2:0-2:21
23- >---------------------<
24- 2| typedef enum { } Bar;
25-
26- [#2 Removal] = 0:12-2:21
27- >
28- 0| enum Foo {};
29- 1|
30- 2| typedef enum { } Bar;
31- ---------------------<
32-
33- [#2 Insertion delimiter] = "\n\n"
10+ [Insertion delimiter] = "\n\n"
Original file line number Diff line number Diff line change 1+ typedef struct { } Bar;
2+ ---
3+
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:23
7+ >-----------------------<
8+ 0| typedef struct { } Bar;
9+
10+ [Insertion delimiter] = "\n\n"
Original file line number Diff line number Diff line change 1+ typedef union { } Bar;
2+ ---
3+
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:22
7+ >----------------------<
8+ 0| typedef union { } Bar;
9+
10+ [Insertion delimiter] = "\n\n"
Original file line number Diff line number Diff line change 1+ typedef enum { } Bar;
2+ ---
3+
4+ [Content] =
5+ [Removal] =
6+ [Domain] = 0:0-0:21
7+ >---------------------<
8+ 0| typedef enum { } Bar;
9+
10+ [Insertion delimiter] = "\n\n"
You can’t perform that action at this time.
0 commit comments