mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2470] [MERGED] Apply clang-tidy to headers #2555
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#2555
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/2470
Author: @gaul
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/23/2024
Merged by: @ggtakec
Base:
master← Head:clang-tidy/headers📝 Commits (1)
fcf9f6dApply 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.
std::unique_ptrforFILE*#2620