llvm-project/clang-tools-extra/docs/clang-tidy
Adam Balogh 4fc0214a10 [clang-tidy] New check cppcoreguidelines-prefer-member-initializer
Finds member initializations in the constructor body which can be placed
into the initialization list instead. This does not only improves the
readability of the code but also affects positively its performance.
Class-member assignments inside a control statement or following the
first control statement are ignored.

Differential Revision: https://reviews.llvm.org/D71199
2020-09-21 14:42:58 +02:00
..
checks [clang-tidy] New check cppcoreguidelines-prefer-member-initializer 2020-09-21 14:42:58 +02:00
Contributing.rst Add an explicit toggle for the static analyzer in clang-tidy 2020-09-10 10:48:17 -04:00
Integrations.rst Fix table formatting after D87686 2020-09-16 12:27:59 +02:00
index.rst Add a new altera check for structure packing and alignment. 2020-09-08 09:35:14 -04:00