This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Reorganize RawStringFormat based on language
ClosedPublic

Authored by krasimir on Jan 16 2018, 3:29 AM.

Details

Summary

This patch changes the structure for raw string formatting options by making it
language based (enumerate delimiters per language) as opposed to delimiter-based
(specify the language for a delimiter). The raw string formatting now uses an
appropriate style from the .clang-format file, if exists.

Diff Detail

Event Timeline

krasimir created this revision.Jan 16 2018, 3:29 AM
krasimir updated this revision to Diff 129932.Jan 16 2018, 3:30 AM
  • Update comments
This revision is now accepted and ready to land.Jan 16 2018, 7:31 AM
This revision was automatically updated to reflect the committed changes.