From: Richard Smith Date: Tue, 3 Apr 2018 18:28:13 +0000 (+0000) Subject: Use Clang when referring to the project and clang when referring to the binary. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7963750e3e85025b15c6f7463e1e034bb1efcaf8;p=clang 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 --- 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``. - ...