[clang] [Clang] Implement labelled type filtering for overflow/truncation sanitizers w/ SSCLs (PR #107332)

Justin Stitt via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 21:23:56 PDT 2024


================
@@ -1,23 +0,0 @@
-// Verify ubsan vptr does not check down-casts on ignorelisted types.
-// RUN: echo "type:_ZTI3Foo" > %t-type.ignorelist
-// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=vptr -fsanitize-recover=vptr -emit-llvm %s -o - | FileCheck %s --check-prefix=DEFAULT
----------------
JustinStitt wrote:

Yep, fixed in https://github.com/llvm/llvm-project/pull/107332/commits/8e473070c9045395d627bfece040e7d7985c0943

Thanks

https://github.com/llvm/llvm-project/pull/107332


More information about the cfe-commits mailing list