This page is automaticallygenerated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly.

Version number:
v5.0 

C++ checkers

Rule

 

EXP17-CPP. Treat relational and equality operators as if they were nonassociative

 

EXP35-CPP. Do not cast away a const qualification

 

EXP36-CPP. Do not convert pointers into more strictly aligned pointer types

 

PRE07-CPP. Avoid using repeated question marks

>