r329098 - Use Clang when referring to the project and clang when referring to the binary.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 3 11:28:13 PDT 2018
Author: rsmith
Date: Tue Apr 3 11:28:13 2018
New Revision: 329098
URL: http://llvm.org/viewvc/llvm-project?rev=329098&view=rev
Log:
Use Clang when referring to the project and clang when referring to the binary.
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=329098&r1=329097&r2=329098&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Tue Apr 3 11:28:13 2018
@@ -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``.
- ...
More information about the cfe-commits
mailing list