aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ubsan.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-13Implement no_sanitize function attributeMartin Liska1-3/+0
2017-03-31re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+2
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-0/+1
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+1
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+27