ReleaseNotes: move readability-redundant-smartptr-get part down below new checks

llvm-svn: 344885
This commit is contained in:
Miklos Vajna 2018-10-22 06:36:30 +00:00
parent 290c081d91
commit 612278625e
1 changed files with 4 additions and 4 deletions

View File

@ -67,10 +67,6 @@ The improvements are...
Improvements to clang-tidy
--------------------------
- The :doc:`readability-redundant-smartptr-get
<clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn
about calls inside macros anymore by default.
- New :doc:`abseil-duration-division
<clang-tidy/checks/abseil-duration-division>` check.
@ -157,6 +153,10 @@ Improvements to clang-tidy
<clang-tidy/checks/readability-uppercase-literal-suffix>`
added.
- The :doc:`readability-redundant-smartptr-get
<clang-tidy/checks/readability-redundant-smartptr-get>` check does not warn
about calls inside macros anymore by default.
Improvements to include-fixer
-----------------------------