Skip to content
New issue

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

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

Already on GitHub? # to your account

clang-tidy: enable cppcoreguidelines-pro-type-const-cast #11414

Merged
merged 4 commits into from
Mar 29, 2024

Conversation

Mytherin
Copy link
Collaborator

This PR enables the cppcoreguidelines-pro-type-const-cast clang-tidy rule, which forbids const_cast. There were a number of instances in the code that were not necessary - which this PR also cleans up. A small number still remain that should be cleaned up going forward as well.

@github-actions github-actions bot marked this pull request as draft March 29, 2024 09:22
@Mytherin Mytherin marked this pull request as ready for review March 29, 2024 09:22
@github-actions github-actions bot marked this pull request as draft March 29, 2024 12:06
@Mytherin Mytherin marked this pull request as ready for review March 29, 2024 12:25
@Mytherin Mytherin merged commit e6929cf into duckdb:main Mar 29, 2024
47 checks passed
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 30, 2024
@Mytherin Mytherin deleted the constcast branch June 7, 2024 12:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant