We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918f704 commit 5dce09bCopy full SHA for 5dce09b
cpp/ql/src/semmle/code/cpp/File.qll
@@ -309,10 +309,6 @@ class File extends Container, @file {
309
) or exists(File parent |
310
parent.compiledAsMicrosoft() and
311
parent.getAnIncludedFile() = this
312
- ) or (
313
- getAbsolutePath().charAt(1) = ":"
314
- // this is not ideal, it detects compilation on a Windows file system
315
- // as a heuristic approximation to compilation with a Microsoft compiler.
316
)
317
}
318
0 commit comments