This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Adds canonical raw string delimiters support
Needs ReviewPublic

Authored by krasimir on Dec 5 2017, 5:13 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

SUPERSEDED by another change.
A canonical raw string delimiter for a given language is the preferred raw string
delimiter to use for that language. For example, both 'pb' and 'proto' could
serve to indentify a raw string literal as a proto string, but 'proto' is the
preferred one.
This patch adds support for canonical raw string delimiters to clang-format,
effectively updating the delimiters to the canonical one.

Diff Detail

Event Timeline

krasimir created this revision.Dec 5 2017, 5:13 AM
krasimir updated this revision to Diff 125501.Dec 5 2017, 5:19 AM
  • Update documentation
krasimir updated this revision to Diff 125557.Dec 5 2017, 9:35 AM
  • Make 'textproto' the canonical text proto delimiter for google style
krasimir edited the summary of this revision. (Show Details)Dec 7 2017, 3:09 AM
krasimir removed a reviewer: djasper.
krasimir removed subscribers: klimek, cfe-commits.