forked from OSchip/llvm-project
[NFC] Attempting to fix sphinx build failure with badly encoded characters from incoming patch.
This commit is contained in:
parent
c9edaa828e
commit
62871305c2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue