From 15e399274d567835c6b58ef7dc72b7ef53a30ec5 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 19 Feb 2024 16:52:39 +0100 Subject: [PATCH] Add new generated code clues Signed-off-by: Philippe Ombredanne --- src/summarycode/generated.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/summarycode/generated.py b/src/summarycode/generated.py index 7f29f519f62..e4937eb719e 100644 --- a/src/summarycode/generated.py +++ b/src/summarycode/generated.py @@ -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', @@ -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)', + ))