-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address clang16 use after move #11018
Address clang16 use after move #11018
Commits on May 24, 2023
-
kafka/create_topics: removed mix of continuations and coroutines
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af017e3 - Browse repository at this point
Copy the full SHA af017e3View commit details -
kafka/group: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c97d23 - Browse repository at this point
Copy the full SHA 2c97d23View commit details -
kafka/connection_context: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f0aa6c - Browse repository at this point
Copy the full SHA 6f0aa6cView commit details -
cloud_storage: Addressed false positive use-after-move in s3_client.cc
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 808b2c8 - Browse repository at this point
Copy the full SHA 808b2c8View commit details -
cluster: Addressed false positive use-after-move in non_replicable_to…
…pics_frontend.cc The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c164a04 - Browse repository at this point
Copy the full SHA c164a04View commit details -
cluster: Addressed false positive use-after-move in topic_updates_dis…
…patcher The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67e74ae - Browse repository at this point
Copy the full SHA 67e74aeView commit details
Commits on May 25, 2023
-
raft: Addressed false positive use-after-move in consensus.cc
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for def8b69 - Browse repository at this point
Copy the full SHA def8b69View commit details -
rpc: Addressed false positive use-after-move in rpc_server.cc
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1314a1 - Browse repository at this point
Copy the full SHA f1314a1View commit details -
cluster: Addressed false positive use-after-move in partition_balance…
…r_backend.cc The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e358753 - Browse repository at this point
Copy the full SHA e358753View commit details -
utils: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d422deb - Browse repository at this point
Copy the full SHA d422debView commit details -
k/client: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbab554 - Browse repository at this point
Copy the full SHA cbab554View commit details -
raft: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. The use of NOLINTBEGIN/NOLINTEND comments is an alternative to copying `opts` that may degrade performance. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 411aed9 - Browse repository at this point
Copy the full SHA 411aed9View commit details -
cluster: Addressed false positive use-after-move in topics_frontend.cc
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a43cadc - Browse repository at this point
Copy the full SHA a43cadcView commit details -
k/client: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61eb38 - Browse repository at this point
Copy the full SHA b61eb38View commit details -
cluster: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ec3ce3 - Browse repository at this point
Copy the full SHA 7ec3ce3View commit details -
cluster: Fix use-after-move in set_initial_state
Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30e26c4 - Browse repository at this point
Copy the full SHA 30e26c4View commit details -
pp: Addressed false positive use-after-move
The motivation for this was because `clang-tidy` was throwing a possible false-positive use-after-move. Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a84b8b6 - Browse repository at this point
Copy the full SHA a84b8b6View commit details -
Signed-off-by: Michael Boquard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4404ab - Browse repository at this point
Copy the full SHA a4404abView commit details