[clang] [clang-format] Fix formatting with consecutive requires clauses (PR #220792)
Abdul Mohammad via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 6 21:04:27 PDT 2026
================
@@ -747,6 +741,8 @@ features cannot lower the translation-unit ABI level;
- Add `AfterRequiresExpression` sub-option of `BraceWrapping` to wrap the
body of requires expressions. It is enabled by the `Allman`, `Whitesmiths`,
and `GNU` styles of `BreakBeforeBraces`.
+- Fixed incorrect indentation of consecutive template declarations with
----------------
abdulm5 wrote:
Will fix that, sorry this took a while, been super busy with school.
https://github.com/llvm/llvm-project/pull/220792
More information about the cfe-commits
mailing list