This is an archive of the discontinued LLVM Phabricator instance.

include-fixer: Don't overwrite buffer changes
ClosedPublic

Authored by phst on Oct 16 2016, 7:23 AM.

Details

Summary

Raise a signal if the buffer has been modified before replacing it, to avoid overwriting users' changes

Event Timeline

phst updated this revision to Diff 74794.Oct 16 2016, 7:23 AM
phst retitled this revision from to include-fixer: Don't overwrite buffer changes.
phst updated this object.
phst added a reviewer: klimek.
bkramer added a subscriber: cfe-commits.
massberg accepted this revision.Oct 25 2016, 3:11 AM
massberg edited edge metadata.

looks good to me

This revision is now accepted and ready to land.Oct 25 2016, 3:11 AM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL285060. Please specify "Differential revision: <URL>" as last line of commit message.