Skip to content

Commit 4cc23cc

Browse files
committed
CPP: Document.
1 parent 581266c commit 4cc23cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cpp/ql/src/semmle/code/cpp/File.qll

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,12 @@ class File extends Container, @file {
298298
none()
299299
}
300300

301-
/** Holds if this file was compiled by a Microsoft compiler (at any point). */
301+
/**
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+
*/
302307
predicate compiledAsMicrosoft() {
303308
exists(Compilation c |
304309
c.getAFileCompiled() = this and

0 commit comments

Comments
 (0)