Assignment within operand of a logical operator may indicate programmer error
716 | ASSERT(tok && (vt = tok->valueType()));
| ^
test-projects/cppcheck/test/fixture.h:318:58: note: expanded from macro 'ASSERT'
318 | #define ASSERT( CONDITION ) assert_(__FILE__, __LINE__, (CONDITION))
| ^~~~~~~~~