This is an archive of the discontinued LLVM Phabricator instance.

clang-rename: add missing newline at the end of 'found name:'
ClosedPublic

Authored by vmiklos on Apr 11 2016, 5:29 AM.

Details

Summary

This makes it easier for external tools to parse lines starting with clang-rename, as 'renamed at:' lines already end with a newline.

Diff Detail

Repository
rL LLVM

Event Timeline

vmiklos updated this revision to Diff 53222.Apr 11 2016, 5:29 AM
vmiklos retitled this revision from to clang-rename: add missing newline at the end of 'found name:'.
vmiklos updated this object.
vmiklos added a reviewer: klimek.
vmiklos added a subscriber: cfe-commits.

Hi,

Can I help anything to get this reviewed, please?

Thanks,

Miklos

klimek accepted this revision.Apr 25 2016, 2:09 AM
klimek edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Apr 25 2016, 2:09 AM

Thanks! Is there anything I have to do to get this actually committed or I just have to be patient?

This revision was automatically updated to reflect the committed changes.