[PATCH] D110803: [clang-format][docs][NFC] correct the "first supported versions" of some of the clang-format options
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 30 00:42:10 PDT 2021
MyDeveloperDay created this revision.
MyDeveloperDay added a reviewer: HazardyKnusperkeks.
MyDeveloperDay added projects: clang, clang-format.
MyDeveloperDay requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110803
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110803.376121.patch
Type: text/x-patch
Size: 8185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210930/c5b7edb8/attachment.bin>
More information about the cfe-commits
mailing list