Re: Patch submission for bug 27400

2016-05-18 Thread Alexander Kornienko via cfe-commits
Thank you for the patch! Note, however, that most clang-tidy reviews are done using Phabricator (see llvm.org/docs/Phabricator.html). It's not required, but it makes the reviews much easier (and much easier to keep track of). On Tue, May 17, 2016 at 10:47 PM, Mads Ravn via cfe-commits < cfe-commit

Re: Patch submission for bug 27400

2016-05-17 Thread Mads Ravn via cfe-commits
Cool :) don't the sweat the time. I was just a little excited. Small patch but it's nice to get started somewhere. Best regards, Mads Ravn > On May 17, 2016, at 2:59 AM, Mads Ravn wrote: > > Hi guys, > > I just wanted to check up on this patch. I heard I could just reply to this mail and see if

Re: Patch submission for bug 27400

2016-05-17 Thread Vedant Kumar via cfe-commits
> On May 17, 2016, at 2:59 AM, Mads Ravn wrote: > > Hi guys, > > I just wanted to check up on this patch. I heard I could just reply to this > mail and see if I could 'ping' anyone in this regard. Hope it's OK. Sorry for the delay! This looks good. Committed as r269786. thanks, vedant > >

Re: Patch submission for bug 27400

2016-05-17 Thread Mads Ravn via cfe-commits
Hi guys, I just wanted to check up on this patch. I heard I could just reply to this mail and see if I could 'ping' anyone in this regard. Hope it's OK. Best regards, Mads Ravn On Thu, May 12, 2016 at 6:11 PM Mads Ravn wrote: > Hi, > > I have fixed the things you mentioned now. I have attached

Re: Patch submission for bug 27400

2016-05-12 Thread Mads Ravn via cfe-commits
Hi, I have fixed the things you mentioned now. I have attached the new patch to this email. Best regards, Mads Ravn On Wed, May 11, 2016 at 11:54 PM Vedant Kumar wrote: > Hi, > > Thanks for the patch! > > This patch is missing a small, lit-style test case. You can find examples > of test cases

Re: Patch submission for bug 27400

2016-05-11 Thread Vedant Kumar via cfe-commits
Hi, Thanks for the patch! This patch is missing a small, lit-style test case. You can find examples of test cases here: extra/test/clang-tidy/ Apart from that, my only other nit-pick is that llvm uses 2-space indents, and spaces between "if" and "(". If you reply to this list with an updat

Patch submission for bug 27400

2016-05-11 Thread Mads Ravn via cfe-commits
Hi, I would like to submit a patch for https://llvm.org/bugs/show_bug.cgi?id=27400 . Beside attaching the patch, is there anything I should be aware of? I have not submitted a patch before. You can find the patch attached to this mail. Kind regards, Mads Ravn Index: clang-tidy/misc/MacroParenth