Inspectopedia 2024.3 Help

General

Argument selection defect   New in this release

Reports mismatches between the argument identifier name and the formal parameter name.

Clangd errors and warnings   New in this release

Reports C/C++ errors and warnings from clangd.

Empty declaration or statement   New in this release

Reports empty declarations and statements that can be removed safely.

Inconsistent Naming   New in this release

Reports the names that don't match the naming convention for that kind of symbol.

Preprocessor directive comment   New in this release

Reports the mismatches between the preprocessor #endif comments and macro names.

Simplifiable statement   New in this release

Reports the statements that can be simplified, such as constant conditions, identical if branches, redundant boolean expressions, and others.

Unconstrained variable type   New in this release

Reports cases where an expression constrained by a concept is assigned to a variable declared as auto and suggests adding a type constraint.

Virtual call from constructor or destructor   New in this release

Reports virtual member function calls from constructors or destructors.

Last modified: 11 September 2024