Description[cleanup] Eliminate Forgive* methods on ExpressionClassifier
The only two places where these Forgive methods were called
was in ParseAssignmentExpression just at the time we were
calling Accumulate(). So instead of Forgiving, we can simply
not accumulate the bits that would have been forgiven.
Also slightly restructures the nearby code in
ParseAssignmentExpression, and removes the use of non-const
references in ExpressionClassifier.
Committed: https://crrev.com/1bf952072f36c12f9d3080100dad09f7b8423423
Cr-Commit-Position: refs/heads/master@{#38839}
Patch Set 1 #Patch Set 2 : Rebased #
Total comments: 2
Patch Set 3 : Move Pattern production logic around #
Messages
Total messages: 19 (11 generated)
|