From 7963750e3e85025b15c6f7463e1e034bb1efcaf8 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 3 Apr 2018 18:28:13 +0000 Subject: [PATCH] Use Clang when referring to the project and clang when referring to the binary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329098 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 58c811398e..d91167e6d9 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -62,8 +62,9 @@ Improvements to Clang's diagnostics Non-comprehensive list of changes in this release ------------------------------------------------- -- clang binary and libraries have been renamed from 7.0 to 7. - For example, the clang binary will be called clang-7 instead of clang-7.0. +- Clang binary and libraries have been renamed from 7.0 to 7. + For example, the ``clang`` binary will be called ``clang-7`` + instead of ``clang-7.0``. - ... -- 2.40.0