Chris Lattner
2010-Dec-02 01:18 UTC
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Nov 30, 2010, at 11:29 PM, Zhanyong Wan (λx.x x) wrote:> Hi Chris, > > I've uploaded a new patch to http://codereview.appspot.com/3264041. > It's also attached to this message.This patch looks great to me, please apply, thanks!> I think I've addressed all your comments, except "when in doubt, an > enum should be a 'Kind'". I don't think I fully understand that > point, and it strikes me as a bit ad hoc for the coding standards. Do > we really want it?John's email sums it up really well, but I'm fine tackling this as a separate step. -Chris
Zhanyong Wan (λx.x x)
2010-Dec-02 05:19 UTC
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
Thanks, Chris and John. Committed in r120689. I'll try to add the *Kind rule in a separate patch. Cheers, On Wed, Dec 1, 2010 at 5:18 PM, Chris Lattner <clattner at apple.com> wrote:> > On Nov 30, 2010, at 11:29 PM, Zhanyong Wan (λx.x x) wrote: > >> Hi Chris, >> >> I've uploaded a new patch to http://codereview.appspot.com/3264041. >> It's also attached to this message. > > This patch looks great to me, please apply, thanks! > >> I think I've addressed all your comments, except "when in doubt, an >> enum should be a 'Kind'". I don't think I fully understand that >> point, and it strikes me as a bit ad hoc for the coding standards. Do >> we really want it? > > John's email sums it up really well, but I'm fine tackling this as a separate step. > > -Chris-- Zhanyong
Zhanyong Wan (λx.x x)
2010-Dec-02 05:32 UTC
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
Hi, I uploaded a patch for the "*Kind enum" rule to http://codereview.appspot.com/3402041 and attached it to this message too. Would you please take a look? Thanks, On Wed, Dec 1, 2010 at 9:19 PM, Zhanyong Wan (λx.x x) <wan at google.com> wrote:> Thanks, Chris and John. Committed in r120689. I'll try to add the > *Kind rule in a separate patch. Cheers, > > On Wed, Dec 1, 2010 at 5:18 PM, Chris Lattner <clattner at apple.com> wrote: >> >> On Nov 30, 2010, at 11:29 PM, Zhanyong Wan (λx.x x) wrote: >> >>> Hi Chris, >>> >>> I've uploaded a new patch to http://codereview.appspot.com/3264041. >>> It's also attached to this message. >> >> This patch looks great to me, please apply, thanks! >> >>> I think I've addressed all your comments, except "when in doubt, an >>> enum should be a 'Kind'". I don't think I fully understand that >>> point, and it strikes me as a bit ad hoc for the coding standards. Do >>> we really want it? >> >> John's email sums it up really well, but I'm fine tackling this as a separate step. >> >> -Chris > > > > -- > Zhanyong >-- Zhanyong -------------- next part -------------- A non-text attachment was scrubbed... Name: kind-enum.patch Type: application/octet-stream Size: 1172 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101201/0cd50726/attachment.obj>
Apparently Analagous Threads
- [LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
- [LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
- [LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
- [LLVMdev] draft rule for naming types/functions/variables
- [LLVMdev] [cfe-dev] draft rule for naming types/functions/variables