[llvm-branch-commits] [cfe-branch] r245094 - Mention CFI in release notes.

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 14 13:30:05 PDT 2015


Author: pcc
Date: Fri Aug 14 15:30:05 2015
New Revision: 245094

URL: http://llvm.org/viewvc/llvm-project?rev=245094&view=rev
Log:
Mention CFI in release notes.

Modified:
    cfe/branches/release_37/docs/ReleaseNotes.rst

Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=245094&r1=245093&r2=245094&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Fri Aug 14 15:30:05 2015
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^




More information about the llvm-branch-commits mailing list