Skip to content
Snippets Groups Projects
Commit bb79c595 authored by David Bühler's avatar David Bühler
Browse files

Updates the Changelog for MR !2555.

parent fbcdf427
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
Open Source Release <next-release> Open Source Release <next-release>
################################## ##################################
- RTE [2020/03/30] Emits alarm on invalid pointers when option is on
- Eva [2020/03/30] Emits alarm on invalid pointers when option is on
- Kernel [2020/03/30] New option -warn-invalid-pointer (disabled by
default) to warn on invalid pointer arithmetics resulting in a
pointer that does not point to an object or one past an object.
- RTE [2020/03/27] Emits alarm on pointer downcast when option is on - RTE [2020/03/27] Emits alarm on pointer downcast when option is on
- Eva [2020/03/27] Emits alarm on pointer downcast when option is on - Eva [2020/03/27] Emits alarm on pointer downcast when option is on
- Kernel [2020/03/27] New option -warn-pointer-downcast (activated by - Kernel [2020/03/27] New option -warn-pointer-downcast (activated by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment