[all-commits] [llvm/llvm-project] 5df748: [Sema] Remove an unnecessary cast (NFC) (#146808)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jul 3 08:36:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5df748dd329ea5590f9dcc8e643413d26554be00
https://github.com/llvm/llvm-project/commit/5df748dd329ea5590f9dcc8e643413d26554be00
Author: Kazu Hirata <kazu at google.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M clang/lib/Sema/SemaDeclCXX.cpp
Log Message:
-----------
[Sema] Remove an unnecessary cast (NFC) (#146808)
The only use of BW is to initialize BitWidth. This patch renames BW
to BitWdith 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