mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Fix test breaks due to private imports of cpp
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
* LGTM until its performance is well understood.
|
||||
*/
|
||||
|
||||
import cpp
|
||||
import semmle.code.cpp.ir.IR
|
||||
import semmle.code.cpp.ir.ValueNumbering
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
private import cpp
|
||||
private import semmle.code.cpp.ir.IR
|
||||
|
||||
Function viableImpl(CallInstruction call) { result = viableCallable(call) }
|
||||
|
||||
Reference in New Issue
Block a user