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 aa6cb51 commit d444778Copy full SHA for d444778
cpp/ql/src/Microsoft/SAL.qll
@@ -27,7 +27,7 @@ class SALMacro extends Macro {
27
}
28
29
30
-pragma[noinline]
+private pragma[noinline]
31
predicate isTopLevelMacroAccess(MacroAccess ma) { not exists(ma.getParentInvocation()) }
32
33
/**
@@ -107,7 +107,7 @@ class SALMaybeNull extends SALAnnotation {
107
* Holds if `a` annotates the declaration entry `d` and
108
* its start position is the `idx`th position in `file` that holds a SAL element.
109
*/
110
-predicate annotatesAt(SALAnnotation a, DeclarationEntry d, File file, int idx) {
+private predicate annotatesAt(SALAnnotation a, DeclarationEntry d, File file, int idx) {
111
annotatesAtPosition(a.(SALElement).getStartPosition(), d, file, idx)
112
113
0 commit comments