Skip to content

Commit d198b56

Browse files
committed
CPP: Move VirtualDispatch.qll into the controlflow directory (I don't see the point in having a subdirectory for one file, when we don't anticipate any other files ever being added there).
1 parent 60c7cb3 commit d198b56

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Security/CWE/CWE-457/InitializationFunctions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import cpp
66
import external.ExternalArtifact
7-
private import semmle.code.cpp.dispatch.VirtualDispatch
7+
private import semmle.code.cpp.controlflow.VirtualDispatch
88
import semmle.code.cpp.NestedFields
99
import Microsoft.SAL
1010
import semmle.code.cpp.controlflow.Guards

cpp/ql/src/semmle/code/cpp/dispatch/VirtualDispatch.qll renamed to cpp/ql/src/semmle/code/cpp/controlflow/VirtualDispatch.qll

File renamed without changes.

0 commit comments

Comments
 (0)