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