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 9719da8 commit 2655616Copy full SHA for 2655616
cpp/ql/src/Microsoft/SAL.qll
@@ -27,8 +27,8 @@ class SALMacro extends Macro {
27
}
28
29
30
-private pragma[noinline]
31
-predicate isTopLevelMacroAccess(MacroAccess ma) { not exists(ma.getParentInvocation()) }
+pragma[noinline]
+private predicate isTopLevelMacroAccess(MacroAccess ma) { not exists(ma.getParentInvocation()) }
32
33
/**
34
* An invocation of a SAL macro (excluding invocations inside other macros).
0 commit comments