llvm-project
f71fb2dc - [clang] Use StringRef in range-based for loops (NFC) (#144242)

Commit
109 days ago
[clang] Use StringRef in range-based for loops (NFC) (#144242) When we iterate over std::vector<std::string>, we can directly assign each element to StringRef. We do not need to go through separate statements.
Parents
Loading