summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-04-03 18:28:13 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-04-03 18:28:13 +0000
commitbb0ad1e88221aa56a70484aaf02ec418ebc753e7 (patch)
tree41e5f3e5fd1d13fa8733130e6ca44ced37992531
parent7f2b79e4426ed950fddd83b255176045b0dfdf9b (diff)
downloadbcm5719-llvm-bb0ad1e88221aa56a70484aaf02ec418ebc753e7.tar.gz
bcm5719-llvm-bb0ad1e88221aa56a70484aaf02ec418ebc753e7.zip
Use Clang when referring to the project and clang when referring to the binary.
llvm-svn: 329098
-rw-r--r--clang/docs/ReleaseNotes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 58c811398e0..d91167e6d9f 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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``.
- ...
OpenPOWER on IntegriCloud