Skip to content

Commit c9a7b57

Browse files
s-samadirvermeulen
andauthored
Update cpp/common/src/codingstandards/cpp/rules/nestedlabelinswitch/NestedLabelInSwitch.qll
Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
1 parent 321aee1 commit c9a7b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/common/src/codingstandards/cpp/rules/nestedlabelinswitch/NestedLabelInSwitch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class NestedLabelInSwitchSharedQuery extends Query { }
1111
Query getQuery() { result instanceof NestedLabelInSwitchSharedQuery }
1212

1313
query predicate problems(
14-
SwitchCase nestedCase, string message, SwitchCase case, string caseLabel, SwitchStmt switch,
14+
SwitchCase case, string message, Location caseLocation, string caseLabel, SwitchStmt switch,
1515
string switchLabel
1616
) {
1717
not isExcluded(nestedCase, getQuery()) and

0 commit comments

Comments
 (0)