[all-commits] [llvm/llvm-project] 35e217: [TextAPI] Use const auto& in foreach loop to avoid...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 26 07:43:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35e21725e24a597755005e71652d59b010f5b6f3
https://github.com/llvm/llvm-project/commit/35e21725e24a597755005e71652d59b010f5b6f3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-26 (Sun, 26 Feb 2023)
Changed paths:
M llvm/lib/TextAPI/TextStubV5.cpp
Log Message:
-----------
[TextAPI] Use const auto& in foreach loop to avoid pass-by-value static analyzer warnings. NFCI.
More information about the All-commits
mailing list