varungandhi-apple added inline comments.
================
Comment at: clang/lib/AST/MicrosoftMangle.cpp:2711
+ Out << 'T';
+ break;
case CC_PreserveMost: Out << 'U'; break;
----------------
rjmccall wrote:
> Please use consistent formatting with the other cases, here and elsewhere.
> Keeping the switch compact is better for readability than following an
> abstract style rule.
I'm pretty sure I wrote it the right way originally, but saying yes to the
clang-tidy prompt by `arc` broke it. :sigh:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95561/new/
https://reviews.llvm.org/D95561
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits