This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix include sorting bug
AbandonedPublic

Authored by kentsommer on Jan 7 2021, 10:41 PM.

Details

Reviewers
krasimir
Summary
  • Fixes a bug that caused // clang-format off in a includes section to disabled include sorting even after a // clang-format on was found.

Diff Detail

Event Timeline

kentsommer requested review of this revision.Jan 7 2021, 10:41 PM
kentsommer created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2021, 10:41 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Seems to be a duplicate of D94206.

kentsommer abandoned this revision.Jan 8 2021, 12:03 AM

Seems to be a duplicate of D94206.

Right you are! Thanks for catching that! I'll abandon this one in favor of the one that has already been reviewed.