[PATCH] D97688: clang-format: use `pb` as a canonical raw string delimiter for google style
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 8 01:51:15 PST 2021
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
> Also fixes a bug where the canonical delimiter was not applied for raw strings with empty delimiters detected via well-known enclosing functions that expect a text proto.
Are you sure this was a bug rather than intended behavior? Seems... not unreasonable.
CanonicalDelemiter seems very rarely used so far though, so should be safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97688/new/
https://reviews.llvm.org/D97688
More information about the cfe-commits
mailing list