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.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================