[clang-format][NFC] Return early in ContinuationIndenter::mustBreak
We can return as early as possible and only calculate IsComparison if we really need to. Also cache getPrecedence() instead of querying it at most 4 times. Differential Revision: https://reviews.llvm.org/D119923
Loading
Please sign in to comment