<div dir="ltr">I'm not sure the LLD style is appropriate either, as Chandler points out earlier starting variables with underscores is too close to underfined behavior.  I might actually propose adopting lldb's style of an m_ prefix for members, g_ prefix for globals, and no_prefix for everything else.  LLDB is going to be your hardest sell on migrating towards LLVM coding standards, so migrating towards them will at least help close the gap, and possible make it easier to get LLDB members to agree to migrate towards LLVM on other points.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 8, 2014 at 9:31 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Oct 8, 2014, at 4:58 PM, Nick Kledzik <<a href="mailto:kledzik@apple.com">kledzik@apple.com</a>> wrote:<br>
> Yes, having uniforms coding styles is nice.  Therefore, I suggest we discuss a variable naming convention that fixes LLVM's problems and can be adopted by all projects.<br>
<br>
</span>Yes, I think this is reasonable: I care primarily about consistency, not about which option is picked.<br>
<br>
Please start a thread, proposing that we change the LLVM style to follow the LLD style (and outline the pros and cons of the style).  If the community decides that changing LLVM/Clang to follow LLD is the right thing to do, than so be it.  Until we get consensus, I agree that it makes sense to hold off on renaming the world in LLD.<br>
<div class="HOEnZb"><div class="h5"><br>
-Chris<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>