...
Version number:
5.0
C++ checkers | Rule |
---|---|
134 S | EXP30EXP50-CPP. Do not depend on the order of evaluation between sequence pointsfor side effects |
1 Q | EXP30EXP50-CPP. Do not depend on the order of evaluation between sequence pointsfor side effects |
35 D | EXP30EXP50-CPP. Do not depend on the order of evaluation between sequence pointsfor side effects |
42 D | DCL30EXP54-CPP. Declare objects with appropriate storage durationsDo not access an object outside of its lifetime |
51 D | |
71 S | DCL30EXP54-CPP. Declare objects with appropriate storage durationsDo not access an object outside of its lifetime |
75 D | FIO31FIO21-CPP. Do not simultaneously open the same file multiple times |
84 D | FIO39FIO50-CPP. Do not alternately input and output from a file stream without an intervening flush or positioning call |
86 D | |
9 S | EXP30EXP50-CPP. Do not depend on the order of evaluation between sequence pointsfor side effects |
|
...