[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-19 Thread Owen Pan via cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/140497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-19 Thread Björn Schäpers via cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request. https://github.com/llvm/llvm-project/pull/140497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-19 Thread Daan De Meyer via cfe-commits
https://github.com/DaanDeMeyer approved this pull request. Thank you! FWIW, I went over the changes and they all look sensible to me https://github.com/llvm/llvm-project/pull/140497 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.

[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Owen Pan (owenca) Changes This allows adding other suboptions e.g. IgnoreExtension in #137840. --- Full diff: https://github.com/llvm/llvm-project/pull/140497.diff 8 Files Affected: - (modified) clang/docs/ClangFormatStyleOptions

[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Owen Pan (owenca) Changes This allows adding other suboptions e.g. IgnoreExtension in #137840. --- Full diff: https://github.com/llvm/llvm-project/pull/140497.diff 8 Files Affected: - (modified) clang/docs/ClangFormatStyleOptions.rst (+

[clang] [clang-format][NFC] Upgrade SortIncludes option to a struct (PR #140497)

2025-05-18 Thread Owen Pan via cfe-commits
https://github.com/owenca created https://github.com/llvm/llvm-project/pull/140497 This allows adding other suboptions e.g. IgnoreExtension in #137840. >From 186ac09017c78cbff5a34a5b8768b6df5b8d0546 Mon Sep 17 00:00:00 2001 From: Owen Pan Date: Sun, 18 May 2025 23:23:04 -0700 Subject: [PATCH]