summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-06-20 23:28:10 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-06-20 23:28:10 +0000
commit98d1ec1e99625176626b0bcd44cef7df6e89b289 (patch)
tree5e61718a1e26207b40c76af2ac52f476d738874c /docs/ReleaseNotes.rst
parenta4993778f65212f01168c857cf3043e99ba85c9f (diff)
downloadclang-98d1ec1e99625176626b0bcd44cef7df6e89b289.tar.gz
clang-98d1ec1e99625176626b0bcd44cef7df6e89b289.tar.bz2
clang-98d1ec1e99625176626b0bcd44cef7df6e89b289.tar.xz
[checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c.
This will enable users in security critical applications to perform checked-arithmetic in a fast safe manner that is amenable to c. Tests/an update to Language Extensions is included as well. rdar://13421498. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 47c345ccd4..d37554799f 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -64,6 +64,8 @@ New Compiler Flags
C Language Changes in Clang
---------------------------
+- Added new checked arithmetic builtins for security critical applications.
+
C11 Feature Support
^^^^^^^^^^^^^^^^^^^