Skip to content

Commit b6a4ae9

Browse files
committed
Convert PredicateFunctionObjectsShouldNotBeMutable to the new dataflow library
1 parent f0d4694 commit b6a4ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/predicatefunctionobjectsshouldnotbemutable/PredicateFunctionObjectsShouldNotBeMutable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import codingstandards.cpp.Customizations
99
import codingstandards.cpp.Exclusions
1010
import codingstandards.cpp.SideEffect
1111
import codingstandards.cpp.sideeffect.DefaultEffects
12-
import semmle.code.cpp.dataflow.DataFlow
12+
import semmle.code.cpp.dataflow.new.DataFlow
1313

1414
abstract class PredicateFunctionObjectsShouldNotBeMutableSharedQuery extends Query { }
1515

0 commit comments

Comments
 (0)