This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][docs] Fix incorrect 'clang-format 4' option markers
ClosedPublic

Authored by kuzkry on Jul 16 2022, 11:04 AM.

Details

Summary

Introduced by 23a5090c6, some style option markers indicated
'clang-format 4', though their respective options were available in
earlier releases.

Diff Detail

Event Timeline

kuzkry created this revision.Jul 16 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2022, 11:04 AM
kuzkry requested review of this revision.Jul 16 2022, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2022, 11:04 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Hi! Here's a list of earliest commits where each option changed in this PR was introduced:

ReflowComments - a0a5039d2e520fd42646cb305ed8b696acb41e63
SortIncludes - da446770823be1b1d1562734e55da7c1a5f2579c

This revision is now accepted and ready to land.Jul 16 2022, 12:47 PM
curdeius accepted this revision.Jul 17 2022, 2:45 AM