Changeset View
Changeset View
Standalone View
Standalone View
clang-tools-extra/docs/ReleaseNotes.rst
Show First 20 Lines • Show All 93 Lines • ▼ Show 20 Lines | |||||
The improvements are... | The improvements are... | ||||
Improvements to clang-tidy | Improvements to clang-tidy | ||||
-------------------------- | -------------------------- | ||||
New checks | New checks | ||||
^^^^^^^^^^ | ^^^^^^^^^^ | ||||
- New :doc:`readability-use-early-exits | |||||
<clang-tidy/checks/readability/use-early-exits>` check. | |||||
Finds ``if`` statements inside functions and loops that could be flipped to | |||||
make an early exit. | |||||
New check aliases | New check aliases | ||||
^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^ | ||||
Changes in existing checks | Changes in existing checks | ||||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||
Removed checks | Removed checks | ||||
^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^ | ||||
Show All 21 Lines |