[all-commits] [llvm/llvm-project] 392c30: [Clang] Fix unused variable warning from 1911ce132...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Dec 8 15:25:32 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 392c302d790d82fdbf22ebeeaa7e97a261cb23fe
https://github.com/llvm/llvm-project/commit/392c302d790d82fdbf22ebeeaa7e97a261cb23fe
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
Log Message:
-----------
[Clang] Fix unused variable warning from 1911ce132659222aee353882bd55… (#171223)
…70d689745a7d
These are only used in assertions so trigger warnings in release builds.
Fix this per the LLVM programming standards.
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