summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/bounds-checking-fam.c
AgeCommit message (Expand)Author
2022-10-27[clang] Implement -fstrict-flex-arrays=3Bill Wendling
2022-10-20[clang] Correct sanitizer behavior in union FAMsBill Wendling
2022-09-01[clang] cleanup -fstrict-flex-arrays implementationserge-sans-paille
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille
2022-07-05[test] Check for more -fsanitize=array-bounds behaviorStephan Bergmann
2022-06-27[test] Add -fsanitize=array-bounds test for pseudo flexible array memberFangrui Song