Maybe the intent will be clearer with if( (data[pos] == '(' && (end=')', TRUE)) ||
etc? No idea if it would make coverity happier, but it would probably make the occasional human reader so.
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum Thu, 27 Aug 2015 06:41:05 -0700
Maybe the intent will be clearer with if( (data[pos] == '(' && (end=')', TRUE)) ||
etc? No idea if it would make coverity happier, but it would probably make the occasional human reader so.