Chromium Code Reviews
DescriptionAlternate workaround for VS 2015 Update 2 code-gen bug
The xsl transformation function 'translate' was broken by VS 2015 due to
a code-gen bug, reported to Microsoft as:
https://connect.microsoft.com/VisualStudio/feedback/details/2582138
After getting feedback from Microsoft on the bug it became clear that
the original workaround was not stable, and could fail in the face of
PGO builds which change the optimization settings.
This is the recommended fix - introducing a copy of 'ch'.
This change also fixes some indentation errors caused by mixed tabs and
spaces in order to make it easier to see the correctness of the new
scoping.
There is now a layout test to check for this bug so no manual testing is
required for this CL.
BUG=599427, 440500
Committed: https://crrev.com/776e8a67c0e7fe1cf9399605f857aa93daf4c1ed
Cr-Commit-Position: refs/heads/master@{#389119}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|
||||||||||||||||||||||||||||