We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755225f commit 5c2e5f8Copy full SHA for 5c2e5f8
cpp/ql/lib/semmle/code/cpp/internal/Overlay.qll
@@ -11,7 +11,7 @@ overlay[local]
11
predicate isOverlay() { databaseMetadata("isOverlay", "true") }
12
13
/**
14
- * Holds if the TRAP file or tag `t` is reachable from some source file
+ * Holds if the TRAP file or tag `t` is reachable from source file `sourceFile`
15
* in the base (isOverlayVariant=false) or overlay (isOverlayVariant=true) variant.
16
*/
17
overlay[local]
0 commit comments