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

tidy: force explicit constructors #2507

Merged
merged 1 commit into from
Nov 28, 2023
Merged

tidy: force explicit constructors #2507

merged 1 commit into from
Nov 28, 2023

Conversation

Riolku
Copy link
Collaborator

@Riolku Riolku commented Nov 28, 2023

Explicit constructors are better for performance and readability, in most cases. This check enforces them, everywhere.

Explicit constructors are better for performance and readability, in
most cases. This check enforces them, everywhere.
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5e3da89) 91.56% compared to head (c86a781) 91.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2507      +/-   ##
==========================================
- Coverage   91.56%   91.56%   -0.01%     
==========================================
  Files        1026     1026              
  Lines       37945    37947       +2     
==========================================
  Hits        34746    34746              
- Misses       3199     3201       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Riolku Riolku merged commit 2f64b63 into master Nov 28, 2023
13 checks passed
@Riolku Riolku deleted the tidy-explicit branch November 28, 2023 15:02
Riolku added a commit that referenced this pull request Nov 28, 2023
Also removed trivial destructors. Also removed clangd.log, a temporary
file that was accidentally committed in #2507.
Riolku added a commit that referenced this pull request Nov 28, 2023
Also removed trivial destructors. Also removed clangd.log, a temporary
file that was accidentally committed in #2507.
Riolku added a commit that referenced this pull request Nov 28, 2023
Also removed trivial destructors. Also removed clangd.log, a temporary
file that was accidentally committed in #2507.
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.

None yet

2 participants