rL270567 excluded trivially copyable types from being moved by
modernize-pass-by-value, but it didn't exclude references to them.
Change types used in the tests to not be trivially copyable.
Details
Details
- Reviewers
madsravn aaron.ballman alexfh - Commits
- rG6b3e27219eae: [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value
rCTE291796: [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value
rL291796: [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value
Diff Detail
Diff Detail
- Repository
- rL LLVM