-
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.
Remove 17-13, simpler implementation for 17-12.
- Loading branch information
1 parent
982c597
commit 722dc6a
Showing
9 changed files
with
27 additions
and
317 deletions.
There are no files selected for viewing
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
147 changes: 0 additions & 147 deletions
147
c/misra/src/rules/RULE-17-13/DisallowedFunctionTypeQualifier.ql
This file was deleted.
Oops, something went wrong.
23 changes: 10 additions & 13 deletions
23
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,18 +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:38:5:38:9 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:39:5:39:9 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:47:7:47:11 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:48:7:48:11 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:57:15:57:19 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:58:23:58:27 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:59:15:59:19 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:59:22:59:26 | func2 | The address of function func2 is taken without the & operator. | | ||
| test.c:67:13:67:17 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:68:14:68:18 | 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:71:20:71:24 | 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:76:20:76:24 | func1 | The address of function func1 is taken without the & operator. | | ||
| test.c:77:20:77:24 | 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
1 change: 0 additions & 1 deletion
1
c/misra/test/rules/RULE-17-13/DisallowedFunctionTypeQualifier.expected
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
c/misra/test/rules/RULE-17-13/DisallowedFunctionTypeQualifier.qlref
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
Oops, something went wrong.