[NFC] Attempting to fix sphinx build failure with badly encoded characters from incom...
authorMitchell Balan <mitchell@stellarscience.com>
Tue, 19 Nov 2019 16:13:27 +0000 (11:13 -0500)
committerMitchell Balan <mitchell@stellarscience.com>
Tue, 19 Nov 2019 16:13:40 +0000 (11:13 -0500)
clang-tools-extra/docs/ReleaseNotes.rst

index bee80210527bbecbbe00deb52e71ba635ab6f80b..fc61bda925412d97cdea452c794982fd6c4c3133 100644 (file)
@@ -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 \\91Foo\\92 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