[PATCH] D39900: Refactor ContinuationIndenter's breakProtrudingToken logic into slightly moreorthogonal pieces.
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 10 08:51:26 PST 2017
krasimir accepted this revision.
krasimir added a comment.
This revision is now accepted and ready to land.
Maybe we should further refactor `getRawStringStyle` into `llvm::Optional<std::pair<style, delimiter>> getRawStringStyleAndDelimiter` and that would nicely take care of the duplicated effort?
https://reviews.llvm.org/D39900
More information about the cfe-commits
mailing list