This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Recognize percents as format specifiers in protos
ClosedPublic

Authored by krasimir on Feb 14 2018, 8:17 AM.

Details

Summary

Frequently, a percent in protos denotes a formatting specifier for string replacement.
Thus it is desirable to keep the percent together with what follows after it.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Feb 14 2018, 8:17 AM
djasper accepted this revision.Feb 14 2018, 9:24 AM

Ok.. I guess ;)

This revision is now accepted and ready to land.Feb 14 2018, 9:24 AM
This revision was automatically updated to reflect the committed changes.