On 3/2/26 7:25 AM, Thomas Berger wrote:
The ordering logic of class_members_of is based on the DECL_UIDs for the class members. While this works for non-imported types, it breaks for imported classes and their members.As DECL_UID is the only existing indicator of declaration order, we preserve the original DECL_UID in the CMI for relevant class members.
Could we use DECL_SOURCE_LOCATION instead? Jason
