[PR #2470] [MERGED] Apply clang-tidy to headers #2555

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2470
Author: @gaul
Created: 6/11/2024
Status: Merged
Merged: 6/23/2024
Merged by: @ggtakec

Base: masterHead: clang-tidy/headers


📝 Commits (1)

  • fcf9f6d Apply clang-tidy to headers

📊 Changes

25 files changed (+87 additions, -72 deletions)

View changed files

📝 .clang-tidy (+5 -0)
📝 src/Makefile.am (+1 -1)
📝 src/autolock.h (+2 -1)
📝 src/cache.cpp (+1 -0)
📝 src/cache.h (+13 -18)
📝 src/curl.h (+5 -2)
📝 src/curl_util.h (+3 -1)
📝 src/fdcache_entity.h (+2 -1)
📝 src/fdcache_fdinfo.h (+7 -9)
📝 src/fdcache_page.h (+2 -1)
📝 src/fdcache_pseudofd.h (+1 -0)
📝 src/metaheader.h (+2 -1)
📝 src/mpu_util.h (+3 -1)
📝 src/psemaphore.h (+3 -3)
📝 src/s3fs.cpp (+1 -1)
📝 src/s3fs_cred.h (+4 -0)
📝 src/s3fs_logger.h (+2 -1)
📝 src/s3fs_util.h (+4 -1)
📝 src/s3fs_xml.cpp (+1 -1)
📝 src/s3objlist.h (+3 -8)

...and 5 more files

📄 Description

No description provided


🔄 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/2470 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `clang-tidy/headers` --- ### 📝 Commits (1) - [`fcf9f6d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/fcf9f6d97ecc531882e30963d3bad38df6c45108) Apply clang-tidy to headers ### 📊 Changes **25 files changed** (+87 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `.clang-tidy` (+5 -0) 📝 `src/Makefile.am` (+1 -1) 📝 `src/autolock.h` (+2 -1) 📝 `src/cache.cpp` (+1 -0) 📝 `src/cache.h` (+13 -18) 📝 `src/curl.h` (+5 -2) 📝 `src/curl_util.h` (+3 -1) 📝 `src/fdcache_entity.h` (+2 -1) 📝 `src/fdcache_fdinfo.h` (+7 -9) 📝 `src/fdcache_page.h` (+2 -1) 📝 `src/fdcache_pseudofd.h` (+1 -0) 📝 `src/metaheader.h` (+2 -1) 📝 `src/mpu_util.h` (+3 -1) 📝 `src/psemaphore.h` (+3 -3) 📝 `src/s3fs.cpp` (+1 -1) 📝 `src/s3fs_cred.h` (+4 -0) 📝 `src/s3fs_logger.h` (+2 -1) 📝 `src/s3fs_util.h` (+4 -1) 📝 `src/s3fs_xml.cpp` (+1 -1) 📝 `src/s3objlist.h` (+3 -8) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <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:08 +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#2555
No description provided.