[clang] [Clang][NFC] Remove unnecessary copy (PR #100688)

2024-07-26 Thread via cfe-commits
https://github.com/smanna12 closed https://github.com/llvm/llvm-project/pull/100688 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] Remove unnecessary copy (PR #100688)

2024-07-26 Thread via cfe-commits
smanna12 wrote: Thank you @cor3ntin for reviews! https://github.com/llvm/llvm-project/pull/100688 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] Remove unnecessary copy (PR #100688)

2024-07-25 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (smanna12) Changes Reported by Static Analyzer Tool: In Sema::checkIncorrectVTablePointerAuthenticationAttribute(): Using the auto keyword without an & causes the copy of an object of type CXXBaseSpecifier. --- Full diff: https://gi

[clang] [Clang][NFC] Remove unnecessary copy (PR #100688)

2024-07-25 Thread via cfe-commits
https://github.com/smanna12 created https://github.com/llvm/llvm-project/pull/100688 Reported by Static Analyzer Tool: In Sema::checkIncorrectVTablePointerAuthenticationAttribute(): Using the auto keyword without an & causes the copy of an object of type CXXBaseSpecifier. >From a335fcf97c94a3