aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/LangOptions.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-15 21:00:22 -0700
committerGitHub <noreply@github.com>2025-06-15 21:00:22 -0700
commitf71fb2dc01e117481f56e040c25391883d43c1c5 (patch)
tree9e9bde3baa022cb179bbf3c278aa5c2f9cb0d898 /clang/lib/Basic/LangOptions.cpp
parent9adde28df784f5c0cc960bdabd413ac131a5852e (diff)
downloadllvm-f71fb2dc01e117481f56e040c25391883d43c1c5.zip
llvm-f71fb2dc01e117481f56e040c25391883d43c1c5.tar.gz
llvm-f71fb2dc01e117481f56e040c25391883d43c1c5.tar.bz2
[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.
Diffstat (limited to 'clang/lib/Basic/LangOptions.cpp')
0 files changed, 0 insertions, 0 deletions