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 |