This patch is mechanically generated by clang-llvm-rename tool that I wrote
using Clang Refactoring Engine just for creating this patch. You can see the
source code of the tool at https://reviews.llvm.org/D64123. There's no manual
post-processing; you can generate the same patch just by re-running the tool
against lld's code base.
This is a response to https://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html.
In the discussion thread, I proposed we use lld as a testbed for variable naming
scheme change, and this patch does that.
I chose to rename variables so that they are in camelCase, just because that is
a minimal change to make variables to start with a lowercase letter.
So, this is how it looks like if variables in an LLVM subproject start with a
lowercase letter. Any comments?