CPP: Fixes.

This commit is contained in:
Geoffrey White
2019-10-22 14:51:17 +01:00
parent faf1a2acbe
commit 63003894c3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
* @id cpp/ignorereturnvaluesal
*/
import microsoft.SAL
import Microsoft.SAL
from Function f, FunctionCall call
where

View File

@@ -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. */