Files
clang-p2996/llvm/lib/Support/FormatVariadic.cpp
Rahul Joshi ed88cd77d4 [NFC] Simplify splitLiteralAndReplacement function
- Eliminate `From` which is 0 most of the times.
- Replace 'find_first_of('{') != 0' with 'front() != '{'
- Simplify the loop body given the it executes only when front() == '}'

Differential Revision: https://reviews.llvm.org/D84178
2020-07-22 15:32:32 -07:00

5.1 KiB