[PATCH] D129443: [clang-format] Add option for aligning requires clause body

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 00:01:34 PDT 2022


owenpan added a comment.

In D129443#3857608 <https://reviews.llvm.org/D129443#3857608>, @rymiel wrote:

> Changing the default LLVM style would change the output of all the requires-related test cases in `FormatTest.Concepts`. Should I change these test cases to use the new indentation or pass the `REI_Keyword` style to them?

I prefer the latter so as to minimize the diff.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129443/new/

https://reviews.llvm.org/D129443



More information about the cfe-commits mailing list