kwsCheckComments.cxx: Parser::CheckComments appears to set m_Comment* inside the if clause only traversed when checkWrongComment is true, and then uses them in the if clause entered when checkMissingComment is true such that it would appear that checkMissingCommentc will not work correctly without checkWrongComment` enabled.