[all-commits] [llvm/llvm-project] 4b1fde: [clang-format] Add PackConstructorInitializers bac...
Owen via All-commits
all-commits at lists.llvm.org
Sun Aug 29 13:51:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b1fde8a2b681dad2ce0c082a5d6422caa06b0bc
https://github.com/llvm/llvm-project/commit/4b1fde8a2b681dad2ce0c082a5d6422caa06b0bc
Author: owenca <owenpiano at gmail.com>
Date: 2021-08-29 (Sun, 29 Aug 2021)
Changed paths:
M clang/lib/Format/Format.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Add PackConstructorInitializers backward compat test
Add backward compatibility tests for mapping the deprecated
ConstructorInitializerAllOnOneLineOrOnePerLine and
AllowAllConstructorInitializersOnNextLine to
PackConstructorInitializers.
Differential Revision: https://reviews.llvm.org/D108882
More information about the All-commits
mailing list