This is an archive of the discontinued LLVM Phabricator instance.

Adding omitted column to invalid loc diagnostic.
ClosedPublic

Authored by bcraig on May 4 2016, 2:06 PM.

Details

Summary

note_fe_backend_invalid_loc expects three arguments (file, line, column), and will assert when only given two. The other two places in this file that use note_fe_backend_invalid_loc already supply the Column for the third parameter.

Diff Detail

Event Timeline

bcraig updated this revision to Diff 56201.May 4 2016, 2:06 PM
bcraig retitled this revision from to Adding omitted column to invalid loc diagnostic..
bcraig updated this object.
bcraig added reviewers: olista01, t.p.northover.
bcraig added a subscriber: cfe-commits.
bcraig accepted this revision.May 9 2016, 6:36 AM
bcraig added a reviewer: bcraig.
This revision is now accepted and ready to land.May 9 2016, 6:36 AM
bcraig closed this revision.May 9 2016, 6:36 AM