Skip to content

Commit 93e1c70

Browse files
committed
Remove final uses of isExcluded.
1 parent 563b0c0 commit 93e1c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* The following queries have been updated to address issues with applying deviations:
2-
- `A18-5-11`, `A23-0-1`, `A9-3-1`, `M0-1-2`, `M3-1-2`, `M3-2-1`, `M3-2-3`, `M3-9-1`, `M4-5-3`, `M5-0-2`, `M5-2-10`
2+
- `A18-5-11`, `A23-0-1`, `A9-3-1`, `M0-1-2`, `M3-1-2`, `M3-2-1`, `M3-2-3`, `M3-9-1`, `M4-5-3`, `M5-0-2`, `M5-2-10`, `A23-0-2`, `CTR51-CPP`, `STR52-CPP`

cpp/common/src/codingstandards/cpp/rules/validcontainerelementaccess/ValidContainerElementAccess.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ query predicate problems(
3636
ContainerInvalidationOperation cio, string actionType
3737
) {
3838
not isExcluded(cio, getQuery()) and
39-
not isExcluded(ca) and
39+
not isExcluded(ca, getQuery()) and
4040
// The definition of an invalidation is slightly different
4141
// for references vs iterators -- this check ensures that the conditions
4242
// under which a call should be an invalidator are considered correctly.

0 commit comments

Comments
 (0)