================ @@ -3755,6 +3754,7 @@ tooling::Replacements sortJavaImports(const FormatStyle &Style, StringRef Code, unsigned Prev = 0; unsigned SearchFrom = 0; ---------------- owenca wrote:
```suggestion bool HasImport = false; ``` We don't need both `Prev` and `SearchFrom`. https://github.com/llvm/llvm-project/pull/177326 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
