[all-commits] [llvm/llvm-project] 7b4dbb: [Sema] Remove an unnecessary cast (NFC) (#146622)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Jul 1 22:50:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b4dbb4f37d8d40f48df6092fe54503a491eb3c2
https://github.com/llvm/llvm-project/commit/7b4dbb4f37d8d40f48df6092fe54503a491eb3c2
Author: Kazu Hirata <kazu at google.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M clang/lib/Sema/SemaAttr.cpp
Log Message:
-----------
[Sema] Remove an unnecessary cast (NFC) (#146622)
Since both alignment and Alignment are of the same type, this patch
renames alignment to Alignment while removing the cast statement.
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