summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ubsan.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement no_sanitize function attributeMartin Liska2017-06-131-3/+0
* re PR sanitizer/79572 (reference binding to null pointer not reported with -f...Jakub Jelinek2017-03-311-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* ubsan.c (do_ubsan_in_current_function): New.Jason Merrill2015-01-081-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek2014-08-011-0/+2
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek2013-11-221-0/+1
* Implement -fsanitize=vla-bound.Marek Polacek2013-11-031-0/+1
* Merge ubsan into trunk.Marek Polacek2013-08-301-0/+27