[all-commits] [llvm/llvm-project] dcbe0d: [clang-tidy] fix false negatives for performance-i...

Congcong Cai via All-commits all-commits at lists.llvm.org
Sat Jun 15 21:02:11 PDT 2024


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

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/performance/inefficient-vector-operation.cpp

  Log Message:
  -----------
  [clang-tidy] fix false negatives for performance-inefficient-vector-operation (#95667)

Fixes: #95596
Avoid false negatives caused by different variable definition type and
variable initial value type in loop initialization expression.



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