This is an archive of the discontinued LLVM Phabricator instance.

Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.
ClosedPublic

Authored by logan on Dec 20 2014, 1:17 AM.

Details

Reviewers
rsmith

Diff Detail

Event Timeline

logan updated this revision to Diff 17529.Dec 20 2014, 1:17 AM
logan retitled this revision from to Frontend: Fix SourceColumnMap assertion failure on non-ascii characters..
logan updated this object.
logan edited the test plan for this revision. (Show Details)
logan added a reviewer: rsmith.
logan added a subscriber: Unknown Object (MLST).
rsmith accepted this revision.Jan 5 2015, 7:18 AM
rsmith edited edge metadata.

LGTM, thank you! Sorry for the delay.

test/Frontend/source-col-map.c
5–16

The comment here should explain what we're testing, not talk about the structure of the code under test -- that code might change, but this comment should not need updating when it does. This is an excellent writeup for the commit message, though.

This revision is now accepted and ready to land.Jan 5 2015, 7:18 AM
logan closed this revision.Jan 8 2015, 5:24 AM

Thanks! Committed as rL225442 with revised commit message and test case comments.