We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb669e0 commit c62cfb3Copy full SHA for c62cfb3
cpp/ql/src/semmle/code/cpp/AutogeneratedFile.qll
@@ -12,7 +12,6 @@ private bindingset[comment] predicate autogeneratedComment(string comment) {
12
exists(string cond |
13
cond =
14
// generated by (not mid-sentence)
15
- //"([^a-z\\s/\\*\\r\\n] generated by )|" +
16
"(^ generated by[^a-z])|" +
17
"(! generated by[^a-z])|" +
18
0 commit comments