[all-commits] [llvm/llvm-project] 6cd001: [clang-format][docs] Fix incorrect 'clang-format 1...

kuzkry via All-commits all-commits at lists.llvm.org
Sat Feb 5 20:33:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cd0015e7827dd429844a18b7c8306e1d98044e4
      https://github.com/llvm/llvm-project/commit/6cd0015e7827dd429844a18b7c8306e1d98044e4
  Author: Krystian Kuzniarek <krystian.kuzniarek at gmail.com>
  Date:   2022-02-05 (Sat, 05 Feb 2022)

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

  Log Message:
  -----------
  [clang-format][docs] Fix incorrect 'clang-format 14' option markers

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

Note: Even though the value type of 'SpacesInAngles' option changed,
this option has been already present since version 3.4.

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




More information about the All-commits mailing list