Skip to content

Commit

Permalink
Add new generated code clues
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 19, 2024
1 parent 73c77fe commit 15e3992
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/summarycode/generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,17 @@ def generated_scanner(location, **kwargs):
# protoc
'generated by the protocol buffer compiler',
'generated by the protocol buffer compiler. do not edit!',
'generated by the protocol buffer compiler. do not edit!',
'code generated by protoc-gen-go. do not edit.',
'code generated by generate-types. do not edit.',
'code generated by generate-protos. do not edit.',
'do not edit -- your changes will be discarded when the file is', # next line: * regenerated.
'do not edit -- generated code',
'generated code -- do not edit!',
'autogenerated by method_dump.sh. do not edit by hand.',
'this file is generated from the .proto files for the well-known', # next line: types. Do not edit!
'this file was generated by upbc (the upb compiler) from the input',
'do not edit -- your changes will be discarded when the file is', # next line: regenerated

# autotools
'makefile.in generated by automake',
Expand All @@ -191,6 +202,7 @@ def generated_scanner(location, **kwargs):
'generated by:javacc: do not edit this line',
'generated by:jjtree: do not edit this line',
'generated code (do not edit this line)',

))


Expand Down

0 comments on commit 15e3992

Please sign in to comment.