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: Fix clang-tidy-17 warnings #2284

Merged
merged 1 commit into from
Oct 27, 2023
Merged

tidy: Fix clang-tidy-17 warnings #2284

merged 1 commit into from
Oct 27, 2023

Conversation

Riolku
Copy link
Collaborator

@Riolku Riolku commented Oct 27, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (1276a9b) 89.73% compared to head (c0686a4) 89.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2284      +/-   ##
==========================================
- Coverage   89.73%   89.71%   -0.02%     
==========================================
  Files        1027     1027              
  Lines       36151    36079      -72     
==========================================
- Hits        32440    32369      -71     
+ Misses       3711     3710       -1     
Files Coverage Δ
src/common/types/types.cpp 0.00% <ø> (ø)
...de/processor/operator/persistent/delete_executor.h 100.00% <100.00%> (ø)
...rocessor/operator/persistent/reader/csv/driver.cpp 100.00% <100.00%> (ø)
src/processor/result/factorized_table.cpp 94.86% <100.00%> (+0.01%) ⬆️
src/common/assert.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/storage/buffer_manager/buffer_manager.cpp 90.90% <0.00%> (-3.88%) ⬇️

... and 1 file with indirect coverage changes

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

@Riolku Riolku force-pushed the fix-tidy-17 branch 4 times, most recently from df07f24 to 8e5e218 Compare October 27, 2023 17:30
@@ -781,6 +781,9 @@ std::vector<std::string> LogicalTypeUtils::parseStructFields(const std::string&
startPos = curPos + 1;
}
} break;
default: {
// Normal character, continue.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use continue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No because it's important that curPos++ (below) is run.

@Riolku Riolku merged commit f682b70 into master Oct 27, 2023
12 checks passed
@Riolku Riolku deleted the fix-tidy-17 branch October 27, 2023 18:09
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