diff options
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst')
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst b/clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst index cf73839..f8df02d 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/readability/ambiguous-smartptr-reset-call.rst @@ -40,14 +40,14 @@ other smart pointers or other classes use the :option:`SmartPointers` option. .. note:: - + The check may emit invalid fix-its and misleading warning messages when specifying custom smart pointers or other classes in the :option:`SmartPointers` option. For example, ``boost::scoped_ptr`` does not have an ``operator=`` which makes fix-its invalid. .. note:: - + Automatic fix-its are enabled only if :program:`clang-tidy` is invoked with the `--fix-notes` option. |
