[llvm-branch-commits] [cfe-branch] r296194 - ReleaseNotes: tweaks
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 24 15:27:41 PST 2017
Author: hans
Date: Fri Feb 24 17:27:41 2017
New Revision: 296194
URL: http://llvm.org/viewvc/llvm-project?rev=296194&view=rev
Log:
ReleaseNotes: tweaks
Modified:
cfe/branches/release_40/docs/ReleaseNotes.rst
Modified: cfe/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_40/docs/ReleaseNotes.rst?rev=296194&r1=296193&r2=296194&view=diff
==============================================================================
--- cfe/branches/release_40/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_40/docs/ReleaseNotes.rst Fri Feb 24 17:27:41 2017
@@ -36,7 +36,8 @@ sections with improvements to Clang's su
Major New Features
------------------
-- The ``diagnose_if`` attribute has been added to clang. This attribute allows
+- The `diagnose_if <AttributeReference.html#diagnose-if>`_ attribute has been
+ added to clang. This attribute allows
clang to emit a warning or error if a function call meets one or more
user-specified conditions.
@@ -67,7 +68,7 @@ Improvements to ThinLTO (-flto=thin)
more accurate function importing decisions, as well as cross-module indirect
call promotion.
- Significant build-time and binary-size improvements when compiling with debug
- info (-g).
+ info (``-g``).
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list