-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
425 additions
and
171 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
void C::funcName() {} | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:8-0:16 | ||
>--------< | ||
0| void C::funcName() {} | ||
|
||
[Domain] = 0:0-0:21 | ||
>---------------------< | ||
0| void C::funcName() {} | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
void C::funcName(); | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:8-0:16 | ||
>--------< | ||
0| void C::funcName(); | ||
|
||
[Domain] = 0:0-0:19 | ||
>-------------------< | ||
0| void C::funcName(); | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
void aaa() {} | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:5-0:8 | ||
>---< | ||
0| void aaa() {} | ||
|
||
[Leading delimiter] = 0:4-0:5 | ||
>-< | ||
0| void aaa() {} | ||
|
||
[Domain] = 0:0-0:13 | ||
>-------------< | ||
0| void aaa() {} | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
void aaa(); | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:5-0:8 | ||
>---< | ||
0| void aaa(); | ||
|
||
[Leading delimiter] = 0:4-0:5 | ||
>-< | ||
0| void aaa(); | ||
|
||
[Domain] = 0:0-0:11 | ||
>-----------< | ||
0| void aaa(); | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
void aaa(int bbb, int ccc); | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
void aaa(int bbb = 0, int ccc = 0) {} | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
void aaa(int bbb); | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Removal] = 0:5-0:8 | ||
>---< | ||
0| void aaa(int bbb); | ||
|
||
[#1 Leading delimiter] = 0:4-0:5 | ||
>-< | ||
0| void aaa(int bbb); | ||
|
||
[#1 Domain] = 0:0-0:18 | ||
>------------------< | ||
0| void aaa(int bbb); | ||
|
||
[#1 Insertion delimiter] = " " | ||
|
||
|
||
[#2 Content] = 0:13-0:16 | ||
>---< | ||
0| void aaa(int bbb); | ||
|
||
[#2 Removal] = 0:12-0:16 | ||
>----< | ||
0| void aaa(int bbb); | ||
|
||
[#2 Leading delimiter] = 0:12-0:13 | ||
>-< | ||
0| void aaa(int bbb); | ||
|
||
[#2 Domain] = 0:8-0:17 | ||
>---------< | ||
0| void aaa(int bbb); | ||
|
||
[#2 Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
void aaa(int bbb = 0) {} | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Removal] = 0:5-0:8 | ||
>---< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#1 Leading delimiter] = 0:4-0:5 | ||
>-< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#1 Domain] = 0:0-0:24 | ||
>------------------------< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#1 Insertion delimiter] = " " | ||
|
||
|
||
[#2 Content] = 0:13-0:16 | ||
>---< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#2 Removal] = 0:13-0:17 | ||
>----< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#2 Leading delimiter] = 0:12-0:13 | ||
>-< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#2 Trailing delimiter] = 0:16-0:17 | ||
>-< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#2 Domain] = 0:8-0:21 | ||
>-------------< | ||
0| void aaa(int bbb = 0) {} | ||
|
||
[#2 Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
aaa = 0; | ||
--- | ||
|
||
[Content] = 0:0-0:3 | ||
>---< | ||
0| aaa = 0; | ||
|
||
[Removal] = 0:0-0:6 | ||
>------< | ||
0| aaa = 0; | ||
|
||
[Trailing delimiter] = 0:3-0:6 | ||
>---< | ||
0| aaa = 0; | ||
|
||
[Domain] = 0:0-0:7 | ||
>-------< | ||
0| aaa = 0; | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
aaa += 0; | ||
--- | ||
|
||
[Content] = 0:0-0:3 | ||
>---< | ||
0| aaa += 0; | ||
|
||
[Removal] = 0:0-0:7 | ||
>-------< | ||
0| aaa += 0; | ||
|
||
[Trailing delimiter] = 0:3-0:7 | ||
>----< | ||
0| aaa += 0; | ||
|
||
[Domain] = 0:0-0:8 | ||
>--------< | ||
0| aaa += 0; | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
void C::funcName() {} | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:8-0:16 | ||
>--------< | ||
0| void C::funcName() {} | ||
|
||
[Domain] = 0:0-0:21 | ||
>---------------------< | ||
0| void C::funcName() {} | ||
|
||
[Insertion delimiter] = " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
void C::funcName(); | ||
--- | ||
|
||
[Content] = | ||
[Removal] = 0:8-0:16 | ||
>--------< | ||
0| void C::funcName(); | ||
|
||
[Domain] = 0:0-0:19 | ||
>-------------------< | ||
0| void C::funcName(); | ||
|
||
[Insertion delimiter] = " " |
Oops, something went wrong.