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
4242private import implementations.Poll
4343private import implementations.Select
4444private import implementations.MySql
45+ private import implementations.NoexceptFunction
4546private import implementations.ODBC
4647private import implementations.SqLite3
4748private import implementations.PostgreSql
Original file line number Diff line number Diff line change 1616import cpp
1717import semmle.code.cpp.valuenumbering.GlobalValueNumbering
1818import semmle.code.cpp.controlflow.Guards
19- import semmle.code.cpp.models.interfaces.NonThrowing
2019import semmle.code.cpp.models.implementations.NoexceptFunction
2120
2221/** Gets the `Constructor` invoked when `newExpr` allocates memory. */
You can’t perform that action at this time.
0 commit comments