[all-commits] [llvm/llvm-project] cb43fe: [libc++][NFC] Inline _LIBCPP_FALLTHROUGH() (#135001)

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Apr 11 03:07:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb43fe33b5d5084cf3b5a2723a03b692edb68018
      https://github.com/llvm/llvm-project/commit/cb43fe33b5d5084cf3b5a2723a03b692edb68018
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/__functional/hash.h
    M libcxx/include/locale
    M libcxx/include/regex
    M libcxx/src/filesystem/path_parser.h

  Log Message:
  -----------
  [libc++][NFC] Inline _LIBCPP_FALLTHROUGH() (#135001)

We have `[[fallthrough]]` available in all standards modes, so we can
just inline it like other stanard attributes we use.



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