summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-02-24 23:27:41 +0000
committerHans Wennborg <hans@hanshq.net>2017-02-24 23:27:41 +0000
commit666e1dc602a9cb0b96ac017caa1ac3ba17e685ef (patch)
tree19e9d5f3f224aec72904d107528be2dd40bdda51
parent07c8cf2260056433bdcba11586cf0a75715a0974 (diff)
ReleaseNotes: tweaks
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@296194 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index fde037fd77..a9b6a743a5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -36,7 +36,8 @@ sections with improvements to Clang's support for those languages.
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^