We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e3755 commit cfaca68Copy full SHA for cfaca68
lib/checkother.cpp
@@ -3794,6 +3794,8 @@ void CheckOther::checkEvaluationOrder()
3794
continue;
3795
if (!tok->astOperand1())
3796
3797
+ if (tok->astOperand1()->str() == "." && !tok->astOperand1()->astOperand2())
3798
+ continue;
3799
for (const Token *tok2 = tok;; tok2 = tok2->astParent()) {
3800
// If ast parent is a sequence point then break
3801
const Token * const parent = tok2->astParent();
0 commit comments