This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] adds enclosing function detection to raw string formatting
ClosedPublic

Authored by krasimir on Jan 17 2018, 4:54 AM.

Diff Detail

Repository
rC Clang

Event Timeline

krasimir created this revision.Jan 17 2018, 4:54 AM
krasimir updated this revision to Diff 130142.Jan 17 2018, 4:59 AM
  • Update comments
bkramer added inline comments.Jan 17 2018, 6:26 AM
lib/Format/ContinuationIndenter.cpp
1454

This function doesn't look clang-formatted.

krasimir updated this revision to Diff 130177.Jan 17 2018, 7:05 AM
  • Format a function
krasimir marked an inline comment as done.Jan 17 2018, 7:06 AM
bkramer accepted this revision.Jan 17 2018, 7:32 AM

lgtm

This revision is now accepted and ready to land.Jan 17 2018, 7:32 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.