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.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 12758 Build 12758: arc lint + arc unit