Zhihao Yuan 09b75f480d
[clang-format] New BreakInheritanceList style AfterComma
This inheritance list style has been widely adopted by Symantec,
a division of Broadcom Inc. It breaks after the commas that
separate the base-specifiers:

    class Derived : public Base1,
                    private Base2
    {
    };

Differential Revision: https://reviews.llvm.org/D103204
2021-05-28 18:24:00 -05:00
..
2021-02-01 16:43:21 +05:30
2020-04-06 18:58:27 -04:00
2020-03-22 22:49:33 +01:00
2021-02-01 16:43:21 +05:30
2021-04-22 05:26:07 -07:00

See llvm/docs/README.txt