forked from OSchip/llvm-project
[Release notes] Mention removed Clang-tidy misc-pointer-and-integral-operation check
llvm-svn: 284894
This commit is contained in:
parent
7ba5581b84
commit
566b34d9b7
|
@ -73,6 +73,8 @@ Improvements to clang-tidy
|
|||
Warns when ``std::move`` is applied to a forwarding reference instead of
|
||||
``std::forward``.
|
||||
|
||||
- `misc-pointer-and-integral-operation` check was removed.
|
||||
|
||||
- New `misc-use-after-move
|
||||
<http://clang.llvm.org/extra/clang-tidy/checks/misc-use-after-move.html>`_ check
|
||||
|
||||
|
|
Loading…
Reference in New Issue