summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/bounds-checking.c
AgeCommit message (Expand)Author
2024-12-20Remove -bounds-checking-unique-traps (replace with -fno-sanitize-merge=local-...Thurston Dang
2024-12-19[ubsan] Runtime and driver support for local-bounds (#120515)Vitaly Buka
2024-12-19[BoundsSan] Update BoundsChecking.cpp to use no-merge attribute where applica...Thurston Dang
2024-12-19[ubsan] Remove -ubsan-unique-traps (replace with -fno-sanitize-merge) (#120613)Thurston Dang
2024-11-26[ubsan] Change ubsan-unique-traps to use nomerge instead of counter (#117651)Thurston Dang
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling
2023-12-18Revert counted_by attribute feature (#75857)Bill Wendling
2023-10-14[Clang] Implement the 'counted_by' attribute (#68750)Bill Wendling
2023-09-29Modify BoundsSan to improve debuggability (#65972)Oskar Wirga
2022-10-20[clang] Correct sanitizer behavior in union FAMsBill Wendling
2022-06-27Revert "[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of f...Vitaly Buka
2022-06-24[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman
2022-04-11[test] Remove references to -fexperimental-new-pass-manager in testsArthur Eubanks
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2020-12-08UBSAN: emit distinctive trapsTim Northover
2020-03-18Fix -fsanitize=array-bound to treat T[0] union members as flexible arrayRichard Smith
2017-11-14[PM] Require a registered x86 target for this test which uses the x86Chandler Carruth
2017-11-14[PM] Wire up support for the bounds checking sanitizer with the new PM.Chandler Carruth
2015-06-18Introduce -fsanitize-trap= flag.Peter Collingbourne
2013-10-22Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-05-22wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes
2012-05-22revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes
2012-05-09update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes