[all-commits] [llvm/llvm-project] a78c10: [clang-tidy]fix false positives of the result of s...

Congcong Cai via All-commits all-commits at lists.llvm.org
Sat Jun 15 06:06:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a78c104a238566d5ba1c89384087c57668c306ae
      https://github.com/llvm/llvm-project/commit/a78c104a238566d5ba1c89384087c57668c306ae
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-06-15 (Sat, 15 Jun 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/MoveConstArgCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/performance/move-const-arg.cpp

  Log Message:
  -----------
  [clang-tidy]fix false positives of the result of std::move() is used as rvalue for performance-move-const-arg (#95633)

Fixes: #86404

---------

Co-authored-by: Danny Mösch <danny.moesch at icloud.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list