Re: Testing

2017-01-13 Thread Hal Murray
Just pushed to devel/pre-release.txt -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel

Re: RFC: uncrustify vs clang-format

2017-01-13 Thread Eric S. Raymond
Mark Atwood : > While I was reading up on uncrustify, opensource.com posted an article > about clang-format. Note that clang-format style is not a single thing; the tool takes parameters. I looked at the Wikipedia article on "Indent style". There are more perversities out there than were dreamt

Re: RFC: uncrustify vs clang-format

2017-01-13 Thread Mark Atwood
I think that the difference between uncrustify and clang-formatter is that clang-formatter actually uses the clang parser, so it should be able to injest any valid C. But, it will be an interesting experiment. ..m On Fri, Jan 13, 2017 at 9:09 AM Eric S. Raymond wrote: > Mark Atwood : > > While