We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9edaa8 commit 6287130Copy full SHA for 6287130
clang-tools-extra/docs/ReleaseNotes.rst
@@ -180,7 +180,7 @@ Improvements to clang-tidy
180
<clang-tidy/checks/readability-redundant-member-init>` check.
181
182
The check now supports the ``IgnoreBaseInCopyConstructors`` option to avoid
183
- `"base class \‘Foo\’ should be explicitly initialized in the copy constructor"`
+ `"base class 'Foo' should be explicitly initialized in the copy constructor"`
184
warnings or errors with ``gcc -Wextra`` or ``gcc -Werror=extra``.
185
186
- The :doc:`readability-redundant-string-init
0 commit comments