This is an archive of the discontinued LLVM Phabricator instance.

Use getCharWidth() instead of magic number
AbandonedPublic

Authored by danielmarjamaki on Jan 18 2016, 11:52 PM.

Details

Reviewers
None
Summary

Use getCharWidth() instead of magic number to handle arbitrary char widths.

no change in logical behaviour is intended when getCharWidth() is 8.

Diff Detail

Event Timeline

danielmarjamaki retitled this revision from to Use getCharWidth() instead of magic number.
danielmarjamaki updated this object.
danielmarjamaki added a subscriber: cfe-commits.
danielmarjamaki abandoned this revision.Sep 23 2016, 5:34 AM

Fixed by r282242