[clang-tools-extra] r329927 - [Documentation] Order of changes in existing checks in Release Notes.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 12 10:19:09 PDT 2018
Author: eugenezelenko
Date: Thu Apr 12 10:19:09 2018
New Revision: 329927
URL: http://llvm.org/viewvc/llvm-project?rev=329927&view=rev
Log:
[Documentation] Order of changes in existing checks in Release Notes.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=329927&r1=329926&r2=329927&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu Apr 12 10:19:09 2018
@@ -146,6 +146,9 @@ Improvements to clang-tidy
Warns on construction of specific temporary objects in the Zircon kernel.
+- Adding the missing bitwise assignment operations to
+ :doc:`hicpp-signed-bitwise <clang-tidy/checks/hicpp-signed-bitwise>`.
+
- New option `MinTypeNameLength` for :doc:`modernize-use-auto
<clang-tidy/checks/modernize-use-auto>` check to limit the minimal length of
type names to be replaced with ``auto``. Use to skip replacing short type
@@ -153,18 +156,16 @@ Improvements to clang-tidy
replace types with the name length >= 5 letters only (ex. ``double``,
``unsigned``).
-- New alias :doc:`hicpp-avoid-goto
- <clang-tidy/checks/hicpp-avoid-goto>` to :doc:`cppcoreguidelines-avoid-goto
- <clang-tidy/checks/cppcoreguidelines-avoid-goto>`
- added.
-
- Added `VariableThreshold` option to :doc:`readability-function-size
<clang-tidy/checks/readability-function-size>` check
- Flags functions that have more than a specified number of variables declared in the body.
+ Flags functions that have more than a specified number of variables declared
+ in the body.
-- Adding the missing bitwise assignment operations to
- :doc:`hicpp-signed-bitwise <clang-tidy/checks/hicpp-signed-bitwise>`.
+- New alias :doc:`hicpp-avoid-goto
+ <clang-tidy/checks/hicpp-avoid-goto>` to :doc:`cppcoreguidelines-avoid-goto
+ <clang-tidy/checks/cppcoreguidelines-avoid-goto>`
+ added.
- The 'misc-forwarding-reference-overload' check was renamed to :doc:`bugprone-forwarding-reference-overload
<clang-tidy/checks/bugprone-forwarding-reference-overload>`
More information about the cfe-commits
mailing list