[all-commits] [llvm/llvm-project] a2a826: [clang-format][docs][NFC] correct the "first suppo...

MyDeveloperDay via All-commits all-commits at lists.llvm.org
Sat Oct 9 03:03:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2a826d8b66cfc85499a92949767d153563078a0
      https://github.com/llvm/llvm-project/commit/a2a826d8b66cfc85499a92949767d153563078a0
  Author: mydeveloperday <mydeveloperday at gmail.com>
  Date:   2021-10-09 (Sat, 09 Oct 2021)

  Changed paths:
    M clang/docs/ClangFormatStyleOptions.rst
    M clang/include/clang/Format/Format.h

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

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.

Reviewed By: HazardyKnusperkeks

Differential Revision: https://reviews.llvm.org/D110803




More information about the All-commits mailing list