[all-commits] [llvm/llvm-project] bc8e60: sanitizer: support GCC's fallthrough attribute
Martin Liška via All-commits
all-commits at lists.llvm.org
Tue May 3 02:31:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc8e6012577bab2e94babec965f1ad10172432ec
https://github.com/llvm/llvm-project/commit/bc8e6012577bab2e94babec965f1ad10172432ec
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: support GCC's fallthrough attribute
Fixes:
sanitizer_stack_store.cpp:257:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
when being built with GCC.
Differential Revision: https://reviews.llvm.org/D124832
More information about the All-commits
mailing list