Displaying 1 result from an estimated 1 matches for "0ef6f84e".
2019 Sep 09
2
[RFC] changing variable naming rules
Hypothetically assume that we have an LLVM release X and want to rename
variables in the next major release Y. In order to backport patches from Y
to X.1 smoothly, I think we could first apply the automated renaming tool
to X and then cherry-pick patches from Y. The obvious issue of doing this
is, even though X.1 is a dot release, a very large number of lines would be
changed from X, though.
On