<div dir="ltr">IMHO a much bigger problem is functions (throughout LLVM and Clang) that are still named starting with a capital letter. With LLD, the division is simple: "is this LLVM or LLD", and this doesn't cause much mental overhead (at least for me). But with the function name capitalization it's often much less obvious which one it should be (quick: does raw_ostream use capitalized function names? how about SourceMgr? How about clang's CodeGenFunction? or clang::Parser?).<div><br></div><div>If I had one vote for a "change all the things" type renaming, I would most definitely put it towards fixing the function capitalization issue rather than changing LLD's naming convention.</div><div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 4, 2014 at 11:19 PM, Saleem Abdulrasool <span dir="ltr"><<a href="mailto:compnerd@compnerd.org" target="_blank">compnerd@compnerd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">In spite of this possibly raising a holy war, I thought I would bring up this question again.</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">When switching between a couple of LLVM repositories, I find having to switch between coding styles a bit of an annoyance.  It always takes me a while to get adjusted when switching between LLVM (or clang) and lld.  While not an absolute show stopper, not having such friction would be nicer.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I realize that lld has had a fair amount of development and that means that it has a somewhat established codebase.  However, having a single uniform style across the projects reduces the barrier to entry, encouraging more developers to work on various projects across the set.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">So with that in mind, I would like to ask, would it be possible to consider switching to LLVM style for lld?</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br>Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org
</font></span></div>
<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>
<br></blockquote></div><br></div>