mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2554] [MERGED] Use auto for iterator variable types #2619
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2554
Author: @gaul
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @ggtakec
Base:
master← Head:auto📝 Commits (1)
d684b0bUse auto for iterator variable types📊 Changes
22 files changed (+257 additions, -263 deletions)
View changed files
📝
.clang-tidy(+0 -1)📝
src/addhead.cpp(+3 -3)📝
src/cache.cpp(+39 -39)📝
src/curl.cpp(+27 -27)📝
src/curl_multi.cpp(+7 -8)📝
src/fdcache.cpp(+26 -26)📝
src/fdcache_entity.cpp(+20 -20)📝
src/fdcache_fdinfo.cpp(+10 -10)📝
src/fdcache_page.cpp(+21 -21)📝
src/fdcache_pseudofd.cpp(+2 -2)📝
src/fdcache_untreated.cpp(+10 -10)📝
src/metaheader.cpp(+27 -27)📝
src/mpu_util.cpp(+2 -2)📝
src/openssl_auth.cpp(+2 -3)📝
src/s3fs.cpp(+28 -28)📝
src/s3fs_cred.cpp(+15 -16)📝
src/s3objlist.cpp(+10 -12)📝
src/s3objlist.h(+2 -2)📝
src/string_util.cpp(+1 -1)📝
src/types.h(+1 -1)...and 2 more files
📄 Description
Applied via
clang-tidy -fix.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
std::stringconstructors #2671