[all-commits] [llvm/llvm-project] 3b04d2: [asan] Convert __SANITIZER_DISABLE_CONTAINER_OVERF...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Mar 24 22:29:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b04d26abd50bb50f8ffa889439a30f2b778d9a1
https://github.com/llvm/llvm-project/commit/3b04d26abd50bb50f8ffa889439a30f2b778d9a1
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
A compiler-rt/test/asan/TestCases/disable_container_overflow_checks.c
R compiler-rt/test/asan/TestCases/disable_container_overflow_checks.cpp
A compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.c
R compiler-rt/test/asan/TestCases/stack_container_dynamic_lib.cpp
Log Message:
-----------
[asan] Convert __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests to C (#188406)
As-is tests do not pass on android with older C++ headers.
There is nothing C++ specific in tests.
Followup to #181721.
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