CIL - Constructor Initialization List

From RAD Studio
Jump to: navigation, search

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'

See Also