diff options
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 37a8f30e0bc..4ac300deb58 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -78,10 +78,6 @@ Non-comprehensive list of changes in this release been extended to detect these cases, so that code relying on them can be detected and fixed. -* The Implicit Conversion Sanitizer (``-fsanitize=implicit-conversion``) has - learned to sanitize pre/post increment/decrement of types with bit width - smaller than ``int``. - - For X86 target, -march=skylake-avx512, -march=icelake-client, -march=icelake-server, -march=cascadelake, -march=cooperlake will default to not using 512-bit zmm registers in vectorized code unless 512-bit intrinsics |