This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Move OriginalPrefix from base to subclass.
ClosedPublic

Authored by krasimir on Feb 8 2017, 6:11 AM.

Details

Summary

OriginalPrefix is only needed for line comment sections. Moved from the base class to the child class.
No functional changes.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Feb 8 2017, 6:11 AM
krasimir added a subscriber: cfe-commits.
This revision is now accepted and ready to land.Feb 8 2017, 6:54 AM
This revision was automatically updated to reflect the committed changes.