This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Do not format raw string literals inside a recognized function with a non-recognized delimiter
ClosedPublic

Authored by krasimir on Jun 28 2018, 10:00 AM.

Details

Summary

This stops clang-format from touching raw string contents with unrecognized delimiters inside recognized functions.
Unrecognized delimiters signal that the string might be special.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jun 28 2018, 10:00 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 28 2018, 10:03 AM
This revision was automatically updated to reflect the committed changes.