-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #844 from github/lcartey/a7-1-2-remove-funcs
`A7-1-2`: Do not report function candidates for `constexpr`
- Loading branch information
Showing
8 changed files
with
23 additions
and
355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `A7-1-2` - `FunctionMissingConstexpr.ql` | ||
- Address false positives by removing the query - the rule is not intended to cover functions. |
160 changes: 0 additions & 160 deletions
160
cpp/autosar/src/rules/A7-1-2/FunctionMissingConstexpr.ql
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
cpp/autosar/test/rules/A7-1-2/FunctionMissingConstexpr.expected
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
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.