We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65f11b commit f7cf5afCopy full SHA for f7cf5af
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -794,6 +794,7 @@ private Element interpretElement0(
794
(
795
// Non-member functions
796
elementSpec(namespace, type, subtypes, name, signature, _) and
797
+ funcHasQualifiedName(result, namespace, name) and
798
subtypes = false and
799
type = "" and
800
0 commit comments