[Release notes] Mention removed Clang-tidy misc-pointer-and-integral-operation check

llvm-svn: 284894
This commit is contained in:
Eugene Zelenko 2016-10-21 22:35:58 +00:00
parent 7ba5581b84
commit 566b34d9b7
1 changed files with 2 additions and 0 deletions

View File

@ -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