This is an archive of the discontinued LLVM Phabricator instance.

[clang-format][docs][NFC] correct the "first supported versions" of some of the clang-format options
ClosedPublic

Authored by MyDeveloperDay on Sep 30 2021, 12:42 AM.

Details

Summary

Some of the first supported version field were incorrectly attributed to a later branch.

It wasn't possible to correctly determine the "introduced version" with my naive implementation using git blame alone, (especially if the type had been changed from a bool -> enum)

I saw more things attributed to clang-format 13 than I remembered and reviewed those options to determine their introduced version.

Diff Detail

Event Timeline

MyDeveloperDay requested review of this revision.Sep 30 2021, 12:42 AM
MyDeveloperDay created this revision.
This revision is now accepted and ready to land.Sep 30 2021, 2:55 AM