diff options
author | owenca <owenpiano@gmail.com> | 2021-08-25 16:22:02 -0700 |
---|---|---|
committer | owenca <owenpiano@gmail.com> | 2021-08-27 06:27:46 -0700 |
commit | 8a780a2f18c590e27e51a2ab3cc81b481c42b42a (patch) | |
tree | 4224b7ab636a23206ffb0f0b0a5b96c0ae3fdd51 /libcxx/include/__algorithm/includes.h | |
parent | 1494298b512eea734845f2edf8f2cba70a0a1a7c (diff) | |
download | llvm-8a780a2f18c590e27e51a2ab3cc81b481c42b42a.zip llvm-8a780a2f18c590e27e51a2ab3cc81b481c42b42a.tar.gz llvm-8a780a2f18c590e27e51a2ab3cc81b481c42b42a.tar.bz2 |
[clang-format] Group options that pack constructor initializers
Add a new option PackConstructorInitializers and deprecate the
related options ConstructorInitializerAllOnOneLineOrOnePerLine and
AllowAllConstructorInitializersOnNextLine. Below is the mapping:
PackConstructorInitializers ConstructorInitializer... AllowAll...
Never - -
BinPack false -
CurrentLine true false
NextLine true true
The option value Never fixes PR50549 by always placing each
constructor initializer on its own line.
Differential Revision: https://reviews.llvm.org/D108752
Diffstat (limited to 'libcxx/include/__algorithm/includes.h')
0 files changed, 0 insertions, 0 deletions