-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format test, commit user README changes.
- Loading branch information
1 parent
722dc6a
commit c9ced08
Showing
3 changed files
with
101 additions
and
103 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
c/misra/test/rules/RULE-17-12/FunctionAddressesShouldAddressOperator.expected
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
| test.c:15:25:15:29 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:16:27:16:31 | func3 | The address of function func3 is taken without the & operator. | | ||
| test.c:22:16:22:20 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:39:5:39:9 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:40:5:40:9 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:48:7:48:11 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:49:7:49:11 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:58:15:58:19 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:59:23:59:27 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:60:15:60:19 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:60:22:60:26 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:68:13:68:17 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:69:14:69:18 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:70:14:70:18 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:72:20:72:24 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:14:25:14:29 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:15:27:15:31 | func3 | The address of function func3 is taken without the & operator. | | ||
| test.c:21:12:21:16 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:38:3:38:7 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:39:3:39:7 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:47:5:47:9 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:48:5:48:9 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:57:13:57:17 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:58:21:58:25 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:59:13:59:17 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:59:20:59:24 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:67:11:67:15 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:68:12:68:16 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:69:12:69:16 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:71:18:71:22 | func1 | The address of function func1 is taken without the & operator. | |
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
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