[clang-tools-extra] [clang-tidy][NFC] Enable 'performance-move-const-arg' in '.clang-tidy' config (PR #148549)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 3 03:18:08 PDT 2025


vbvictor wrote:

Merging it as is with `CheckTriviallyCopyableMove: false`. We can always put `CheckTriviallyCopyableMove: true` in the future and fix the remaining warnings.

https://github.com/llvm/llvm-project/pull/148549


More information about the cfe-commits mailing list