r181700 - Implements brace breaking styles.

Kim Gräsman kim.grasman at gmail.com
Tue May 14 02:57:25 PDT 2013


On Tue, May 14, 2013 at 9:59 AM, Manuel Klimek <klimek at google.com> wrote:
> On Tue, May 14, 2013 at 8:18 AM, Sean Silva <silvas at purdue.edu> wrote:
>
>> How exactly do "namespace and class definitions" come into play with Linux
>> code (all C)? Seems confusing to name it like that.
>
> astyle calls this kind of breaking "Linux". If you can come up with a better
> name I'm open to changing it.

My 2c: as it's a style for brace breaking specifically, I think it
makes sense. The brace breaking style for Linux should carry over
easily from C constructs (e.g. struct) to C++ constructs (e.g.
namespace, class).



More information about the cfe-commits mailing list