[all-commits] [llvm/llvm-project] 09db7f: [lld/mac] Remove unusual "Fallthrough" comments

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Aug 8 11:19:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09db7f533174cdda4655d0114cd88bd22d336e31
      https://github.com/llvm/llvm-project/commit/09db7f533174cdda4655d0114cd88bd22d336e31
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
    M lld/MachO/InputFiles.cpp

  Log Message:
  -----------
  [lld/mac] Remove unusual "Fallthrough" comments

Normally we'd use LLVM_FALLTHROUGH, or now, [[fallthrough]].
But for case labels followed directly by other case labels, we
use neither.

No behavior change.




More information about the All-commits mailing list