commit | 052736020af3aae80f8eddbfc8a695916cdcbb9a | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Sep 03 12:04:18 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Sep 09 11:37:35 2024 -0600 |
tree | 0308dc87f2954872863c5cfef4e2a3981d57f515 | |
parent | 86d6495bd44a5f228a65b84d1630fc318d3732ef [diff] |
Refactor cooked_index_shard::handle_gnat_encoded_entry This changes cooked_index_shard::handle_gnat_encoded_entry to modify the incoming entry itself, and to return void rather than a new name. this simplifies the caller a little, which is convenient for a different series I am working on. Approved-By: Tom de Vries <tdevries@suse.de>