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

mostly clang-tidy fixes #2267

Merged
merged 13 commits into from
Jul 9, 2022
Merged

mostly clang-tidy fixes #2267

merged 13 commits into from
Jul 9, 2022

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Jul 5, 2022

No description provided.

neheb added 3 commits July 5, 2022 15:29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #2267 (7575300) into main (a5c521e) will decrease coverage by 0.01%.
The diff coverage is 69.23%.

@@            Coverage Diff             @@
##             main    #2267      +/-   ##
==========================================
- Coverage   63.46%   63.45%   -0.02%     
==========================================
  Files         118      118              
  Lines       19598    19589       -9     
  Branches     9556     9554       -2     
==========================================
- Hits        12438    12430       -8     
+ Misses       5094     5093       -1     
  Partials     2066     2066              
Impacted Files Coverage Δ
include/exiv2/bmffimage.hpp 100.00% <ø> (ø)
include/exiv2/properties.hpp 100.00% <ø> (ø)
src/convert.cpp 51.40% <ø> (ø)
src/tags.cpp 67.05% <0.00%> (ø)
src/utils.hpp 100.00% <ø> (ø)
src/xmp.cpp 76.49% <ø> (ø)
src/nikonmn_int.cpp 57.10% <50.00%> (ø)
app/exiv2.cpp 62.55% <66.66%> (ø)
src/pngchunk_int.cpp 73.83% <66.66%> (-0.30%) ⬇️
app/exiv2app.hpp 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5c521e...7575300. Read the comment docs.

neheb added 10 commits July 5, 2022 17:41
Signed-off-by: Rosen Penev <rosenp@gmail.com>
It morphs into std::string anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
No sense in passing by reference

Signed-off-by: Rosen Penev <rosenp@gmail.com>
It doesn't do what it's supposed to here.

Found with misc-misplaced-const

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Silences clang-tidy performance warning

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
@neheb neheb marked this pull request as ready for review July 8, 2022 00:56
@kevinbackhouse kevinbackhouse merged commit 97e58a4 into Exiv2:main Jul 9, 2022
@neheb neheb deleted the clang branch July 7, 2023 00:43
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