Skip to content

Commit 3d3fde0

Browse files
JoeMattclaude
andcommitted
ci: actually add the Padding suppression to .clang-tidy
The previous commit added the rationale comment but the disable line itself didn't get written. Add it. Co-Authored-By: Claude Opus 4.7 <[email protected]>
1 parent 3c58cc9 commit 3d3fde0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Checks: >
2727
-bugprone-incorrect-roundings,
2828
-bugprone-multi-level-implicit-pointer-conversion,
2929
-clang-analyzer-deadcode.DeadStores,
30+
-clang-analyzer-optin.performance.Padding,
3031
-clang-analyzer-optin.portability.UnixAPI,
3132
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
3233
-clang-analyzer-valist.Uninitialized

0 commit comments

Comments
 (0)