This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][docs] Fix incorrect 'clang-format 9' option marker
ClosedPublic

Authored by kuzkry on Apr 7 2022, 4:19 AM.

Details

Summary

Introduced by 23a5090c6, this style option marker indicated
'clang-format 9', though its respective option was available in
an earlier release.

Diff Detail

Event Timeline

kuzkry created this revision.Apr 7 2022, 4:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 4:19 AM
kuzkry requested review of this revision.Apr 7 2022, 4:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 4:19 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
kuzkry added a comment.Apr 7 2022, 4:22 AM

Hi, I've got yet another one. Luckily, nothing wrong with clang-format 10, all were fine. This one was the only option incorrectly marked as clang-format 9.

Note, AllowShortIfStatementsOnASingleLine was introduced by 1b750edda14879a16ce782b3ade3af599bfbb717

This revision is now accepted and ready to land.Apr 8 2022, 12:30 AM