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 9983c1c commit 433e373Copy full SHA for 433e373
csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImpl.qll
@@ -71,7 +71,7 @@ newtype CompilationExt =
71
TBuildless() { extractionIsStandalone() }
72
73
/** Gets the compilation that source file `f` belongs to. */
74
-CompilationExt getCompilation(SourceFile f) {
+CompilationExt getCompilation(File f) {
75
exists(Compilation c |
76
f = c.getAFileCompiled() and
77
result = TCompilation(c)
0 commit comments