aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-ubsan.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-06-01c++: vptr ubsan and object of known type [PR95466]Jason Merrill1-9/+8
2020-05-22c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221]Jason Merrill1-7/+26
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-4/+4
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13Defer folding of *&.Jason Merrill1-2/+1
2017-11-13Fix cp-ubsan typo.Jason Merrill1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska1-0/+3
2017-06-13Implement no_sanitize function attributeMartin Liska1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-2/+2
2016-03-18PR c++/70147 - handle primary virtual basesJason Merrill1-6/+5
2016-03-16re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek1-2/+8
2016-03-16re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek1-0/+6
2016-03-04re PR c++/70035 (Calling a non-virtual member in base-class constructor call ...Jakub Jelinek1-0/+52
2016-02-24re PR c++/69922 (Bogus -Wnonnull-compare for: ... ? static_cast<T*>(this) : n...Jakub Jelinek1-4/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-26re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek1-3/+4
2015-11-25cp-ubsan.c (cp_ubsan_instrument_vptr_p): Use do_ubsan_in_current_function.Jason Merrill1-3/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-14/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+4
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-2/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+5
2015-06-26cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.Marek Polacek1-1/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-29re PR sanitizer/64717 (-fsanitize=vptr leads to warning: ‘<anonymous>’ ma...Jakub Jelinek1-1/+0
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-0/+302