diff options
author | Mitchell Balan <mitchell@stellarscience.com> | 2019-11-19 11:13:27 -0500 |
---|---|---|
committer | Mitchell Balan <mitchell@stellarscience.com> | 2019-11-19 11:13:40 -0500 |
commit | 62871305c28f3102d5d06da929379674f2d40d04 (patch) | |
tree | 1cae70a801046495ec4a4d8f67dfa65a2ed0be15 | |
parent | c9edaa828eb84a62af2042a1a64168e32ea32924 (diff) | |
download | bcm5719-llvm-62871305c28f3102d5d06da929379674f2d40d04.tar.gz bcm5719-llvm-62871305c28f3102d5d06da929379674f2d40d04.zip |
[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index bee80210527..fc61bda9254 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -180,7 +180,7 @@ Improvements to clang-tidy <clang-tidy/checks/readability-redundant-member-init>` check. The check now supports the ``IgnoreBaseInCopyConstructors`` option to avoid - `"base class \‘Foo\’ should be explicitly initialized in the copy constructor"` + `"base class 'Foo' should be explicitly initialized in the copy constructor"` warnings or errors with ``gcc -Wextra`` or ``gcc -Werror=extra``. - The :doc:`readability-redundant-string-init |