[all-commits] [llvm/llvm-project] bbccfa: [ASan] Make __SANITIZER_DISABLE_CONTAINER_OVERFLOW...
Dan Blackwell via All-commits
all-commits at lists.llvm.org
Thu Mar 26 06:31:49 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbccfa5654fe9202219e0811b1f518a1a039ddb7
https://github.com/llvm/llvm-project/commit/bbccfa5654fe9202219e0811b1f518a1a039ddb7
Author: Dan Blackwell <dan_blackwell at apple.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M compiler-rt/include/sanitizer/common_interface_defs.h
Log Message:
-----------
[ASan] Make __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ bypass definitions return values (#188237)
Currently all of these functions are empty bodies; this means that when
including this header and compiling with
__SANITIZER_DISABLE_CONTAINER_OVERFLOW__ defined, warnings are emitted
about the missing return values for those functions that do return
values.
This patch returns success values for all those check functions with
non-void return types. Note: these were originally added in
https://github.com/llvm/llvm-project/pull/163468.
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