[all-commits] [llvm/llvm-project] 6e3b47: Reland "[mlir] Silence -Wdangling-assignment-gsl i...

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Mon Feb 24 22:41:20 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e3b47597fabb8df8cf822331461cecbac907c6f
      https://github.com/llvm/llvm-project/commit/6e3b47597fabb8df8cf822331461cecbac907c6f
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M mlir/include/mlir/IR/OperationSupport.h

  Log Message:
  -----------
  Reland "[mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h"

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.

Reland of https://github.com/llvm/llvm-project/pull/126140 with fix for
non-Clang compilers (the preprocessor doesn't short-circuit conditionals
the way I thought it did).



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