summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-ubsan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c++: vptr ubsan and object of known type [PR95466]Jason Merrill2020-06-011-9/+8
* c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221]Jason Merrill2020-05-221-7/+26
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini2018-05-241-4/+4
* cp-tree.h (TYPE_REF_P): New.Paolo Carlini2018-05-141-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Defer folding of *&.Jason Merrill2017-11-131-2/+1
* Fix cp-ubsan typo.Jason Merrill2017-11-131-1/+1
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska2017-07-311-0/+3
* Implement no_sanitize function attributeMartin Liska2017-06-131-1/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek2016-05-121-2/+2
* PR c++/70147 - handle primary virtual basesJason Merrill2016-03-181-6/+5
* re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek2016-03-161-2/+8
* re PR sanitizer/70147 (testcase from hana testsuite gets miscompiled with -fs...Jakub Jelinek2016-03-161-0/+6
* re PR c++/70035 (Calling a non-virtual member in base-class constructor call ...Jakub Jelinek2016-03-041-0/+52
* re PR c++/69922 (Bogus -Wnonnull-compare for: ... ? static_cast<T*>(this) : n...Jakub Jelinek2016-02-241-4/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR c++/68508 (Internal compiler error with parentheses around return value...Jakub Jelinek2015-11-261-3/+4
* cp-ubsan.c (cp_ubsan_instrument_vptr_p): Use do_ubsan_in_current_function.Jason Merrill2015-11-251-3/+1
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-14/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-7/+4
* lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2015-07-091-2/+0
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+5
* cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.Marek Polacek2015-06-261-1/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* re PR sanitizer/64717 (-fsanitize=vptr leads to warning: ‘<anonymous>’ ma...Jakub Jelinek2015-01-291-1/+0
* flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek2015-01-151-0/+302