[all-commits] [llvm/llvm-project] 903b88: sanitizer: Fix fallthrough detection.

Martin Liška via All-commits all-commits at lists.llvm.org
Tue May 3 04:58:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 903b8845fb5a0a366266d6f28231f994a5721178
      https://github.com/llvm/llvm-project/commit/903b8845fb5a0a366266d6f28231f994a5721178
  Author: Martin Liska <mliska at suse.cz>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h

  Log Message:
  -----------
  sanitizer: Fix fallthrough detection.

First check for clang::fallthrough attribute that resolves:

sanitizer_stack_store.cpp:258:7: error: use of the 'fallthrough'
attribute is a C++17 extension [-Werror,-Wc++17-attribute-extensions]




More information about the All-commits mailing list