File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
lib/semmle/code/cpp/models Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ private import implementations.Accept
42
42
private import implementations.Poll
43
43
private import implementations.Select
44
44
private import implementations.MySql
45
+ private import implementations.NoexceptFunction
45
46
private import implementations.ODBC
46
47
private import implementations.SqLite3
47
48
private import implementations.PostgreSql
Original file line number Diff line number Diff line change 16
16
import cpp
17
17
import semmle.code.cpp.valuenumbering.GlobalValueNumbering
18
18
import semmle.code.cpp.controlflow.Guards
19
- import semmle.code.cpp.models.interfaces.NonThrowing
20
19
import semmle.code.cpp.models.implementations.NoexceptFunction
21
20
22
21
/** Gets the `Constructor` invoked when `newExpr` allocates memory. */
You can’t perform that action at this time.
0 commit comments