This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG5e51ace4e86d: [clang-format][docs] Fix a bad comment (authored by kuzkry, committed by HazardyKnusperkeks). Herald added a project: All.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120618/new/ https://reviews.llvm.org/D120618 Files: clang/docs/ClangFormatStyleOptions.rst clang/include/clang/Format/Format.h Index: clang/include/clang/Format/Format.h =================================================================== --- clang/include/clang/Format/Format.h +++ clang/include/clang/Format/Format.h @@ -2524,7 +2524,7 @@ /// Indent the requires clause in a template. This only applies when /// ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``. /// - /// In clang-format 13 and 14 it was named ``IndentRequires``. + /// In clang-format 12, 13 and 14 it was named ``IndentRequires``. /// \code /// true: /// template <typename It> Index: clang/docs/ClangFormatStyleOptions.rst =================================================================== --- clang/docs/ClangFormatStyleOptions.rst +++ clang/docs/ClangFormatStyleOptions.rst @@ -2710,7 +2710,7 @@ Indent the requires clause in a template. This only applies when ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``. - In clang-format 13 and 14 it was named ``IndentRequires``. + In clang-format 12, 13 and 14 it was named ``IndentRequires``. .. code-block:: c++
Index: clang/include/clang/Format/Format.h =================================================================== --- clang/include/clang/Format/Format.h +++ clang/include/clang/Format/Format.h @@ -2524,7 +2524,7 @@ /// Indent the requires clause in a template. This only applies when /// ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``. /// - /// In clang-format 13 and 14 it was named ``IndentRequires``. + /// In clang-format 12, 13 and 14 it was named ``IndentRequires``. /// \code /// true: /// template <typename It> Index: clang/docs/ClangFormatStyleOptions.rst =================================================================== --- clang/docs/ClangFormatStyleOptions.rst +++ clang/docs/ClangFormatStyleOptions.rst @@ -2710,7 +2710,7 @@ Indent the requires clause in a template. This only applies when ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``. - In clang-format 13 and 14 it was named ``IndentRequires``. + In clang-format 12, 13 and 14 it was named ``IndentRequires``. .. code-block:: c++
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits