[PR #2554] [MERGED] Use auto for iterator variable types #2619

Closed
opened 2026-03-04 02:06:27 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: auto


📝 Commits (1)

  • d684b0b Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2554 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `auto` --- ### 📝 Commits (1) - [`d684b0b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d684b0bef44b04619a1320be1c546335b5757339) Use auto for iterator variable types ### 📊 Changes **22 files changed** (+257 additions, -263 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Applied via `clang-tidy -fix`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2619
No description provided.