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.
NULLMacro
1 parent 68dc174 commit 125bfdeCopy full SHA for 125bfde
cpp/common/src/codingstandards/cpp/Concurrency.qll
@@ -857,7 +857,7 @@ class TSSCreateFunctionCall extends ThreadSpecificStorageFunctionCall {
857
TSSCreateFunctionCall() { getTarget().getName() = "tss_create" }
858
859
predicate hasDeallocator() {
860
- not exists(MacroInvocation mi, NULLMacro nm |
+ not exists(MacroInvocation mi, NullMacro nm |
861
getArgument(1) = mi.getExpr() and
862
mi = nm.getAnInvocation()
863
)
0 commit comments