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 dd39c94 commit d75bda6Copy full SHA for d75bda6
cpp/common/src/codingstandards/cpp/Concurrency.qll
@@ -852,7 +852,7 @@ class TSSCreateFunctionCall extends ThreadSpecificStorageFunctionCall {
852
TSSCreateFunctionCall() { getTarget().getName() = "tss_create" }
853
854
predicate hasDeallocator() {
855
- not exists(MacroInvocation mi, NULLMacro nm |
+ not exists(MacroInvocation mi, NullMacro nm |
856
getArgument(1) = mi.getExpr() and
857
mi = nm.getAnInvocation()
858
)
0 commit comments