We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418adb8 commit 6d27585Copy full SHA for 6d27585
cpp/ql/src/experimental/Security/CWE/CWE-703/FindIncorrectlyUsedExceptions.ql
@@ -39,5 +39,6 @@ where
39
fc.getTargetType().(Class).getABaseClass+().hasGlobalOrStdName("CException")
40
) and
41
fc instanceof ExprInVoidContext and
42
+ not fc.isInMacroExpansion() and
43
msg = "This object does not generate an exception."
44
select fc, msg
0 commit comments