CIL - Constructor Initialization List
Go Up to C++ Audits
Description
Depending on the detected problem, the CIL audit can generate the following messages:
- List members in an initialization list of constructor '%s' in the order in which they are declared
- Prefer initialization to assignment in constructor for field '%s'