Skip to content

Commit ec8fa50

Browse files
committed
Add new generated code clues
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 79aae34 commit ec8fa50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/summarycode/generated.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@ def generated_scanner(location, **kwargs):
176176
# protoc
177177
'generated by the protocol buffer compiler',
178178
'generated by the protocol buffer compiler. do not edit!',
179+
'generated by the protocol buffer compiler. do not edit!',
180+
'code generated by protoc-gen-go. do not edit.',
181+
'code generated by generate-types. do not edit.',
182+
'code generated by generate-protos. do not edit.',
183+
'do not edit -- your changes will be discarded when the file is', # next line: * regenerated.
184+
'do not edit -- generated code',
185+
'generated code -- do not edit!',
186+
'autogenerated by method_dump.sh. do not edit by hand.',
187+
'this file is generated from the .proto files for the well-known', # next line: types. Do not edit!
188+
'this file was generated by upbc (the upb compiler) from the input',
189+
'do not edit -- your changes will be discarded when the file is', # next line: regenerated
179190

180191
# autotools
181192
'makefile.in generated by automake',
@@ -191,6 +202,7 @@ def generated_scanner(location, **kwargs):
191202
'generated by:javacc: do not edit this line',
192203
'generated by:jjtree: do not edit this line',
193204
'generated code (do not edit this line)',
205+
194206
))
195207

196208

0 commit comments

Comments
 (0)