Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is(): correct is() for types #1204

Merged
merged 14 commits into from
Aug 10, 2024

Conversation

filipsajdak
Copy link
Contributor

This change fixes the inspection of variables.

  • correct inspection of polymorphic types,
  • correct inspection of pointers,
  • add support for nullptr_t

@filipsajdak filipsajdak force-pushed the fsajdak-extension-of-is-part2 branch 3 times, most recently from 0e0b8db to 8ad390a Compare August 5, 2024 23:39
include/cpp2util.h Show resolved Hide resolved
include/cpp2util.h Show resolved Hide resolved
include/cpp2util.h Show resolved Hide resolved
include/cpp2util.h Show resolved Hide resolved
@filipsajdak filipsajdak force-pushed the fsajdak-extension-of-is-part2 branch from c887d8a to dbc388d Compare August 10, 2024 12:56
@hsutter
Copy link
Owner

hsutter commented Aug 10, 2024

Thanks! I think all our review questions are resolved -- are there any more commits I should wait for before merging, or can I go ahead and merge now?

@filipsajdak
Copy link
Contributor Author

@hsutter please merge. I will rebase other PRs on top of this PR. thank you!

@hsutter hsutter merged commit df73616 into hsutter:main Aug 10, 2024
17 of 29 checks passed
@hsutter
Copy link
Owner

hsutter commented Aug 10, 2024

Thanks!

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.

3 participants