[clang] 089fbe6 - [Docs] Fixed formatting in release notes, NFC

Mikhail Maltsev via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 22 10:26:09 PDT 2020


Author: Mikhail Maltsev
Date: 2020-04-22T18:25:22+01:00
New Revision: 089fbe69193364fee14ed94a58c530d8417dc391

URL: https://github.com/llvm/llvm-project/commit/089fbe69193364fee14ed94a58c530d8417dc391
DIFF: https://github.com/llvm/llvm-project/commit/089fbe69193364fee14ed94a58c530d8417dc391.diff

LOG: [Docs] Fixed formatting in release notes, NFC

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 1f4bc0f0d0da..88edf0092dc5 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -61,8 +61,8 @@ Non-comprehensive list of changes in this release
   v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
   in the Arm C Language Extensions.
 
-- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction
-  set are now provided.
+- For the ARM target, C-language intrinsics ``<arm_cde.h>`` for the CDE
+  instruction set are now provided.
 
 * clang adds support for a set of  extended integer types (``_ExtInt(N)``) that
   permit non-power of 2 integers, exposing the LLVM integer types. Since a major

diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3afdce296fcd..e0ff25622704 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -79,7 +79,7 @@ During this release ...
 * Added support for assembly for the optional Custom Datapath Extension (CDE)
   for Arm M-profile targets.
 
-* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set.
+* Implemented C-language intrinsics ``<arm_cde.h>`` for the CDE instruction set.
 
 Changes to the MIPS Target
 --------------------------


        


More information about the cfe-commits mailing list