mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
CPP: Fixes.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* @id cpp/ignorereturnvaluesal
|
||||
*/
|
||||
|
||||
import microsoft.SAL
|
||||
import Microsoft.SAL
|
||||
|
||||
from Function f, FunctionCall call
|
||||
where
|
||||
|
||||
@@ -5,7 +5,7 @@ import cpp
|
||||
import external.ExternalArtifact
|
||||
private import semmle.code.cpp.dispatch.VirtualDispatch
|
||||
import semmle.code.cpp.NestedFields
|
||||
import microsoft.SAL
|
||||
import Microsoft.SAL
|
||||
import semmle.code.cpp.controlflow.Guards
|
||||
|
||||
/** A context under which a function may be called. */
|
||||
|
||||
Reference in New Issue
Block a user