mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
CPP: Use strictconcat.
This commit is contained in:
@@ -113,7 +113,7 @@ private int fileHeaderLimit(File f) {
|
||||
class AutogeneratedFile extends File {
|
||||
cached AutogeneratedFile() {
|
||||
autogeneratedComment(
|
||||
concat(Comment c |
|
||||
strictconcat(Comment c |
|
||||
c.getFile() = this and
|
||||
c.getLocation().getStartLine() <= fileHeaderLimit(this) |
|
||||
c.getContents() order by c.getLocation().getStartLine()
|
||||
|
||||
Reference in New Issue
Block a user