You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
kwsCheckComments.cxx
:Parser::CheckComments
appears to setm_Comment*
inside the if clause only traversed whencheckWrongComment
is true, and then uses them in the if clause entered whencheckMissingComment
istrue
such that it would appear thatcheckMissingCommentc will not work correctly without
checkWrongComment` enabled.The text was updated successfully, but these errors were encountered: