Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e01a2 commit 581266cCopy full SHA for 581266c
2 files changed
cpp/ql/src/semmle/code/cpp/commons/Printf.qll
@@ -250,7 +250,7 @@ class FormatLiteral extends Literal {
250
* Microsoft rules and extensions.
251
*/
252
predicate isMicrosoft() {
253
- getFile().compiledAsMicrosoft()
+ any(File f).compiledAsMicrosoft()
254
}
255
256
/**
cpp/ql/src/semmle/code/cpp/models/interfaces/FormattingFunction.qll
@@ -51,7 +51,7 @@ abstract class FormattingFunction extends Function {
51
52
53
54
55
56
57
0 commit comments