[PATCH] D123299: [clang-format][docs] Fix incorrect 'clang-format 9' option marker
Krystian Kuzniarek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 07:23:07 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG712b59cdc5a7: [clang-format][docs] Fix incorrect 'clang-format 9' option marker (authored by kuzkry).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123299/new/
https://reviews.llvm.org/D123299
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
@@ -600,7 +600,7 @@
};
/// Dependent on the value, ``if (a) return;`` can be put on a single line.
- /// \version 9
+ /// \version 3.3
ShortIfStyle AllowShortIfStatementsOnASingleLine;
/// Different styles for merging short lambdas containing at most one
Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -1019,7 +1019,7 @@
-**AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 9`
+**AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3`
Dependent on the value, ``if (a) return;`` can be put on a single line.
Possible values:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123299.425207.patch
Type: text/x-patch
Size: 973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220426/d71b7837/attachment.bin>
More information about the cfe-commits
mailing list