[clang-format][NFC] Group QualifierAlignment with other C++ passes
authorowenca <owenpiano@gmail.com>
Fri, 11 Mar 2022 02:16:12 +0000 (18:16 -0800)
committerowenca <owenpiano@gmail.com>
Fri, 11 Mar 2022 22:18:00 +0000 (14:18 -0800)
commit9f616a467fc710f084b7e57812a2ed64c214c2c6
tree758757eae4e527bcc37b8b9803da21d6ef131a6a
parent602ea53cb7e7119f7ba33239ca8ead377f2fcbd4
[clang-format][NFC] Group QualifierAlignment with other C++ passes

Also increases the initial size of Passes to 8 and move the
definition of BracesInserter up.

Differential Revision: https://reviews.llvm.org/D121434
clang/lib/Format/Format.cpp