...
Detection of all expressions involving both side effects and multiple operator precedence levels is straightforward. Determining the correctness of such uses is infeasible in the general case; heuristic warnings could be useful.
Related Guidelines
EXP30-C. Do not depend on order of evaluation between sequence pointsfor side-effects | |
EXP30-CPP. Do not depend on order of evaluation between sequence points | |
Side Effects and Order of Evaluation [SAM] |
...