mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 00:56:47 +00:00

This patch addresses the (performance )suggestions by checkcpp static analyzer for couple of files. Here we use const reference for the suggested function arguments. Fixes #82263.