Changeset View
Changeset View
Standalone View
Standalone View
clang-tools-extra/docs/ReleaseNotes.rst
Show First 20 Lines • Show All 95 Lines • ▼ Show 20 Lines | - New :doc:`abseil-time-comparison | ||||
domain. | domain. | ||||
- New :doc:`abseil-time-subtraction | - New :doc:`abseil-time-subtraction | ||||
<clang-tidy/checks/abseil-time-subtraction>` check. | <clang-tidy/checks/abseil-time-subtraction>` check. | ||||
Finds and fixes ``absl::Time`` subtraction expressions to do subtraction | Finds and fixes ``absl::Time`` subtraction expressions to do subtraction | ||||
in the Time domain instead of the numeric domain. | in the Time domain instead of the numeric domain. | ||||
- New :doc:`android-cloexec-pipe | |||||
<clang-tidy/checks/android-cloexec-pipe>` check. | |||||
Detects usage of ``pipe()``. | |||||
- New :doc:`bugprone-unhandled-self-assignment | - New :doc:`bugprone-unhandled-self-assignment | ||||
<clang-tidy/checks/bugprone-unhandled-self-assignment>` check. | <clang-tidy/checks/bugprone-unhandled-self-assignment>` check. | ||||
Finds user-defined copy assignment operators which do not protect the code | Finds user-defined copy assignment operators which do not protect the code | ||||
against self-assignment either by checking self-assignment explicitly or | against self-assignment either by checking self-assignment explicitly or | ||||
using the copy-and-swap or the copy-and-move method. | using the copy-and-swap or the copy-and-move method. | ||||
- New :doc:`bugprone-branch-clone | - New :doc:`bugprone-branch-clone | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |