diff options
-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 |