Skip to content

Commit 0e44bf3

Browse files
committed
C++: Add import for LGTM
1 parent cb9f126 commit 0e44bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/filters/ImportAdditionalLibraries.ql

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import semmle.code.cpp.dataflow.DataFlow2
1414
import semmle.code.cpp.dataflow.DataFlow3
1515
import semmle.code.cpp.dataflow.DataFlow4
1616
import semmle.code.cpp.dataflow.TaintTracking
17+
import semmle.code.cpp.valuenumbering.HashCons
1718

1819
from File f, string tag
1920
where none()

0 commit comments

Comments
 (0)