[all-commits] [llvm/llvm-project] 00dd66: Add back fallthrough annotations removed by 7f3afa...

Jorge Gorbe Moya via All-commits all-commits at lists.llvm.org
Thu Jul 10 12:02:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00dd6660c2bfdb024159aa9a0a69a29cdffe1a64
      https://github.com/llvm/llvm-project/commit/00dd6660c2bfdb024159aa9a0a69a29cdffe1a64
  Author: Jorge Gorbe Moya <jgorbe at google.com>
  Date:   2025-07-10 (Thu, 10 Jul 2025)

  Changed paths:
    M third-party/siphash/include/siphash/SipHash.h

  Log Message:
  -----------
  Add back fallthrough annotations removed by 7f3afab (#148032)

The original commit removed them to avoid the dependency on llvm Support
because of LLVM_FALLTHROUGH, but this triggers `-Wimplicit-fallthrough`
warnings.

LLVM requires a C++17 compiler now, so we should be able to use the
standard [[fallthrough]] attribute.



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