summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-08-14 20:30:05 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-08-14 20:30:05 +0000
commit3111d46da2f9fa294bcdfcb474cc00b90312c7a9 (patch)
treeb46c3b40cc70db1ac72ef4e1f1206d5f3c236043
parent94f152a6465c2ebca661198b6cc1938611b75585 (diff)
downloadclang-3111d46da2f9fa294bcdfcb474cc00b90312c7a9.tar.gz
Mention CFI in release notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_37@245094 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8af1e7e6d3..f1c3c41fb2 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -56,6 +56,9 @@ Major New Features
including x86, x86-64 and Power. Also, pragma ``omp simd`` from OpenMP 4.0 is
supported as well. See below for details.
+- Clang 3.7 includes an implementation of :doc:`control flow integrity
+ <ControlFlowIntegrity>`, a security hardening mechanism.
+
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^