[all-commits] [llvm/llvm-project] df79c4: [clang-tidy Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Jun 25 10:14:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df79c40c988a707d8458952df04afe82f77ffb0f
https://github.com/llvm/llvm-project/commit/df79c40c988a707d8458952df04afe82f77ffb0f
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
Log Message:
-----------
[clang-tidy Fix a warning
This patch fixes:
clang-tools-extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp:371:26:
error: variable 'E' set but not used
[-Werror,-Wunused-but-set-variable]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list