Skip to content

[cpyrt] Expose method const-qualification in func_overloads_types - #64

Open
conrade-ctc wants to merge 1 commit into
compiler-research:mainfrom
chicagotrading:pr-k-is-const
Open

[cpyrt] Expose method const-qualification in func_overloads_types#64
conrade-ctc wants to merge 1 commit into
compiler-research:mainfrom
chicagotrading:pr-k-is-const

Conversation

@conrade-ctc

Copy link
Copy Markdown

A caller could not tell whether a given overload was const-qualified. Each overload's entry in func_overloads_types now carries an is_const field. Free functions and static methods report is_const as False.

* [cpyrt] Add per-overload 'is_const' to GetSignatureTypes
* [test] Add regression test for overload constness reporting

Co-authored-by: rathorey-ctc <rathorey-ctc@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@conrade-ctc conrade-ctc closed this Sep 1, 2026
@conrade-ctc conrade-ctc reopened this Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants