[all-commits] [llvm/llvm-project] 1a14ef: [clang] Temporarily silence noisy warning for FPEv...

Nico Weber via All-commits all-commits at lists.llvm.org
Wed Apr 30 06:53:40 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a14ef1c89bf4632bf25a959142770f190dcaaf1
      https://github.com/llvm/llvm-project/commit/1a14ef1c89bf4632bf25a959142770f190dcaaf1
  Author: Nico Weber <thakis at chromium.org>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M clang/include/clang/Basic/LangOptions.h

  Log Message:
  -----------
  [clang] Temporarily silence noisy warning for FPEvalMethod in another place

When adding an explicit default copy ctor and assignment operator,
clang emits the diag there, instead of for the class. That's narrow
enough that we can suppress the warning there too.

With this, it only files building a single file (CompilerInvocation.cpp).

See https://github.com/llvm/llvm-project/issues/137600#issuecomment-2842011513



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