Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
docs/ReleaseNotes.rst
Show First 20 Lines • Show All 123 Lines • ▼ Show 20 Lines | - New :doc:`portability-simd-intrinsics | ||||
Warns or suggests alternatives if SIMD intrinsics are used which can be replaced by | Warns or suggests alternatives if SIMD intrinsics are used which can be replaced by | ||||
``std::experimental::simd`` operations. | ``std::experimental::simd`` operations. | ||||
- New :doc:`zircon-temporary-objects | - New :doc:`zircon-temporary-objects | ||||
<clang-tidy/checks/zircon-temporary-objects>` check | <clang-tidy/checks/zircon-temporary-objects>` check | ||||
Warns on construction of specific temporary objects in the Zircon kernel. | Warns on construction of specific temporary objects in the Zircon kernel. | ||||
- New alias :doc:`hicpp-avoid-goto | - New alias :doc:`hicpp-avoid-goto | ||||
Eugene.Zelenko: Will be good idea to add //option// to clarify improvement. | |||||
Please rebase from trunk and use :doc: for link. Eugene.Zelenko: Please rebase from trunk and use //:doc:// for link. | |||||
<clang-tidy/checks/hicpp-avoid-goto>` to :doc:`cppcoreguidelines-avoid-goto | <clang-tidy/checks/hicpp-avoid-goto>` to :doc:`cppcoreguidelines-avoid-goto | ||||
<clang-tidy/checks/cppcoreguidelines-avoid-goto>` | <clang-tidy/checks/cppcoreguidelines-avoid-goto>` | ||||
added. | added. | ||||
I would rephrase this a little to: Flags function bodies exceeding this number of declared variables. JonasToth: I would rephrase this a little to:
```
Flags function bodies exceeding this number of… | |||||
I agree that it looks gibberish. Reworded a little. Probably still not ideal. lebedev.ri: I agree that it looks gibberish. Reworded a little. Probably still not ideal. | |||||
Its better. But the native speakers should give a final thought. JonasToth: Its better. But the native speakers should give a final thought. | |||||
I'd tweak slightly: Flags functions that have more than a specified number of variables declared in the body. aaron.ballman: I'd tweak slightly: Flags functions that have more than a specified number of variables… | |||||
- 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. | |||||
- The 'misc-forwarding-reference-overload' check was renamed to :doc:`bugprone-forwarding-reference-overload | - The 'misc-forwarding-reference-overload' check was renamed to :doc:`bugprone-forwarding-reference-overload | ||||
<clang-tidy/checks/bugprone-forwarding-reference-overload>` | <clang-tidy/checks/bugprone-forwarding-reference-overload>` | ||||
- The 'misc-incorrect-roundings' check was renamed to :doc:`bugprone-incorrect-roundings | - The 'misc-incorrect-roundings' check was renamed to :doc:`bugprone-incorrect-roundings | ||||
<clang-tidy/checks/bugprone-incorrect-roundings>` | <clang-tidy/checks/bugprone-incorrect-roundings>` | ||||
- The 'misc-lambda-function-name' check was renamed to :doc:`bugprone-lambda-function-name | - The 'misc-lambda-function-name' check was renamed to :doc:`bugprone-lambda-function-name | ||||
<clang-tidy/checks/bugprone-lambda-function-name>` | <clang-tidy/checks/bugprone-lambda-function-name>` | ||||
▲ Show 20 Lines • Show All 55 Lines • Show Last 20 Lines |
Will be good idea to add option to clarify improvement.