We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581266c commit 4cc23ccCopy full SHA for 4cc23cc
cpp/ql/src/semmle/code/cpp/File.qll
@@ -298,7 +298,12 @@ class File extends Container, @file {
298
none()
299
}
300
301
- /** Holds if this file was compiled by a Microsoft compiler (at any point). */
+ /**
302
+ * Holds if this file was compiled by a Microsoft compiler (at any point).
303
+ *
304
+ * Note: currently unreliable - on some projects only some of the files that
305
+ * are compiled by a Microsoft compiler are detected by this predicate.
306
+ */
307
predicate compiledAsMicrosoft() {
308
exists(Compilation c |
309
c.getAFileCompiled() = this and
0 commit comments