[clang-tools-extra] Add flag to specify an alternative to std::forward (PR #138755)

2025-05-07 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138755 Rate limit · GitHub body { background-color: #f6f8fa; color: #24292e; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Ari

[clang-tools-extra] Add flag to specify an alternative to std::move (PR #138757)

2025-05-07 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138757 Rate limit · GitHub body { background-color: #f6f8fa; color: #24292e; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Ari

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::forward (PR #138755)

2025-05-08 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota edited https://github.com/llvm/llvm-project/pull/138755 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] Add flag to specify an alternative to std::forward (PR #138755)

2025-05-08 Thread Dimitrije Dobrota via cfe-commits
DimitrijeDobrota wrote: > LGTM. It looks similar as #138757. could you add a test for both PR. I have the issue where I want to test the `custom_move` and I need check to pass only for `-check-suffix=,MOVEFUNCTION` and fail for everything else, since it still expects `::std::move`. I am not su

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::forward (PR #138755)

2025-06-30 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138755 >From b6d3a401284022bca317079154764c80b18dcbdd Mon Sep 17 00:00:00 2001 From: Dimitrije Dobrota Date: Tue, 6 May 2025 22:18:43 +0200 Subject: [PATCH 1/4] Add flag to specify an alternative to std::forwa

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidelines-rvalue-reference-param-not-moved (PR #138757)

2025-06-30 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138757 >From 28723cca6270be1cb2ebaddc23e47b3a7b38e6a4 Mon Sep 17 00:00:00 2001 From: Dimitrije Dobrota Date: Tue, 6 May 2025 22:42:04 +0200 Subject: [PATCH 1/4] Add flag to specify an alternative to std::move

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidelines-rvalue-reference-param-not-moved (PR #138757)

2025-06-30 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138757 >From 28723cca6270be1cb2ebaddc23e47b3a7b38e6a4 Mon Sep 17 00:00:00 2001 From: Dimitrije Dobrota Date: Tue, 6 May 2025 22:42:04 +0200 Subject: [PATCH 1/4] Add flag to specify an alternative to std::move

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidelines-rvalue-reference-param-not-moved (PR #138757)

2025-06-30 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138757 >From 28723cca6270be1cb2ebaddc23e47b3a7b38e6a4 Mon Sep 17 00:00:00 2001 From: Dimitrije Dobrota Date: Tue, 6 May 2025 22:42:04 +0200 Subject: [PATCH 1/3] Add flag to specify an alternative to std::move

[clang-tools-extra] [clang-tidy] Add flag to specify an alternative to std::forward (PR #138755)

2025-06-30 Thread Dimitrije Dobrota via cfe-commits
https://github.com/DimitrijeDobrota updated https://github.com/llvm/llvm-project/pull/138755 >From b6d3a401284022bca317079154764c80b18dcbdd Mon Sep 17 00:00:00 2001 From: Dimitrije Dobrota Date: Tue, 6 May 2025 22:18:43 +0200 Subject: [PATCH 1/3] Add flag to specify an alternative to std::forwa