aheejin added a comment.
Also, among the hundreds of lines in this patch, it looks 80% of them are from switch-cases, when people prefer
switch SOMETHING: break;
over
switch SOMETHING:
break;
Repository:
rL LLVM
https://reviews.llvm.org/D51447