[PATCH] D147894: [clang-format] SortIncludes documentation: remove contradiction in its description
Mike Matthews via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 9 16:00:13 PDT 2023
michael-g-matthews updated this revision to Diff 512042.
michael-g-matthews added a comment.
Amended commit to include change to `clang/include/clang/Format/Format.h`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147894/new/
https://reviews.llvm.org/D147894
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
@@ -3568,11 +3568,6 @@
};
/// Controls if and how clang-format will sort ``#includes``.
- /// If ``Never``, includes are never sorted.
- /// If ``CaseInsensitive``, includes are sorted in an ASCIIbetical or case
- /// insensitive fashion.
- /// If ``CaseSensitive``, includes are sorted in an alphabetical or case
- /// sensitive fashion.
/// \version 3.8
SortIncludesOptions SortIncludes;
Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -4526,11 +4526,6 @@
**SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 3.8` :ref:`ΒΆ <SortIncludes>`
Controls if and how clang-format will sort ``#includes``.
- If ``Never``, includes are never sorted.
- If ``CaseInsensitive``, includes are sorted in an ASCIIbetical or case
- insensitive fashion.
- If ``CaseSensitive``, includes are sorted in an alphabetical or case
- sensitive fashion.
Possible values:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147894.512042.patch
Type: text/x-patch
Size: 1250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230409/988849ff/attachment.bin>
More information about the cfe-commits
mailing list