DescriptionSkipping renaming of begin/end/etc. should be unconditional.
Before this CL, we tried to keep renaming |begin| -> |Begin| (and
similarily for |end|, |rbegin|, |rend|) if the return type contained
"iterator" in the typename. Unfortunately this meant that some
undesired renamed were still happening (see the bug for more details).
After this CL we will unconditionally avoid renaming |begin| (and |end|,
|rbegin|, |rend|). We can do this rename where needed manually, after
the "big rename" is done and sticks.
BUG=672353
Committed: https://crrev.com/d5e9f965676309e39c752db5e90e286b0e892260
Cr-Commit-Position: refs/heads/master@{#437401}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 9 (4 generated)
|