Re: [PATCH v5 08/24] Add get_clone_versions and get_target_version functions.

2025-06-05 Thread Alfie Richards
On 04/06/2025 15:57, Jeff Law wrote: On 5/29/25 6:46 AM, Alfie Richards wrote: This is a reimplementation of get_target_clone_attr_len, get_attr_str, and separate_attrs using string_slice and auto_vec to make memory management and use simpler. Adds get_target_version helper function to get th

Re: [PATCH v5 08/24] Add get_clone_versions and get_target_version functions.

2025-06-04 Thread Jeff Law
On 5/29/25 6:46 AM, Alfie Richards wrote: This is a reimplementation of get_target_clone_attr_len, get_attr_str, and separate_attrs using string_slice and auto_vec to make memory management and use simpler. Adds get_target_version helper function to get the target_version string from a decl.

[PATCH v5 08/24] Add get_clone_versions and get_target_version functions.

2025-05-29 Thread Alfie Richards
This is a reimplementation of get_target_clone_attr_len, get_attr_str, and separate_attrs using string_slice and auto_vec to make memory management and use simpler. Adds get_target_version helper function to get the target_version string from a decl. gcc/c-family/ChangeLog: * c-attribs.c