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 c62cfb3 commit 458fdddCopy full SHA for 458fddd
cpp/ql/src/semmle/code/cpp/AutogeneratedFile.qll
@@ -113,7 +113,7 @@ private int fileHeaderLimit(File f) {
113
class AutogeneratedFile extends File {
114
cached AutogeneratedFile() {
115
autogeneratedComment(
116
- concat(Comment c |
+ strictconcat(Comment c |
117
c.getFile() = this and
118
c.getLocation().getStartLine() <= fileHeaderLimit(this) |
119
c.getContents() order by c.getLocation().getStartLine()
0 commit comments