...
Version number:
v5.0
C++ checkers | Rule |
---|---|
| DCL30EXP54-CPP. Declare objects with appropriate storage durationsDo not access an object outside of its lifetime |
| EXP30EXP50-CPP. Do not depend on the order of evaluation between sequence pointsfor side effects |
| |
| FIO39FIO50-CPP. Do not alternately input and output from a file stream without an intervening flush or positioning call |
| |
| |
|
...