Re: [PATCH] clang-format: SpaceBeforeParens (Always) with overloaded operators

2015-08-11 Thread Daniel Jasper via cfe-commits
If possible, could you send to patch through reviews.llvm.org? On Tue, Aug 11, 2015 at 1:37 PM, Jon Chesterfield via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi, > > I believe this is being sent to the correct list. Please let me know if > there is a better choice. > > The clang-format

[PATCH] clang-format: SpaceBeforeParens (Always) with overloaded operators

2015-08-11 Thread Jon Chesterfield via cfe-commits
Hi, I believe this is being sent to the correct list. Please let me know if there is a better choice. The clang-format option SpaceBeforeParens "Always" does not insert a space before the opening parenthesis of an overloaded operator function. The attached patch against trunk resolves this. Kind