[clang][NFC] Avoid assignment in condition
Refactor to avoid assignment inside condition by using 'if (init-decl)'. Also remove some unnecessary braces on a separate if-nest. Differential Revision: https://reviews.llvm.org/D104039
Loading
Please sign in to comment