[all-commits] [llvm/llvm-project] cdd2c0: [clang-tidy] fix misc-unconventional-assign-operat...

Congcong Cai via All-commits all-commits at lists.llvm.org
Fri Sep 6 04:11:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cdd2c0693b6dd75816f64960a479aacbe4e34549
      https://github.com/llvm/llvm-project/commit/cdd2c0693b6dd75816f64960a479aacbe4e34549
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/test/clang-tidy/checkers/misc/unconventional-assign-operator-cxx23.cpp

  Log Message:
  -----------
  [clang-tidy] fix misc-unconventional-assign-operator false positive for deducing this (#107409)

Fixes: #107119
When meeting c++23 deducing this, we should skip the first parameter



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