[all-commits] [llvm/llvm-project] f6556a: [mlir] Silence -Wdangling-assignment-gsl in Operat...
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Tue Feb 11 14:05:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6556afce0aa5a72ef42103875101d975e810474
https://github.com/llvm/llvm-project/commit/f6556afce0aa5a72ef42103875101d975e810474
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
Log Message:
-----------
[mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h (#126140)
This warning is causing lots of build spam when I use a recent Clang as
my host compiler. It's a potential false positive, so silence it until
https://github.com/llvm/llvm-project/issues/126600 is resolved.
Fix variable casing while I'm here.
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