[all-commits] [llvm/llvm-project] e984d1: [clang-tidy] loop convert can handle lambda init c...

Congcong Cai via All-commits all-commits at lists.llvm.org
Thu Oct 3 01:17:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e984d11d7257343da366d9fa03749a43a6d6af72
      https://github.com/llvm/llvm-project/commit/e984d11d7257343da366d9fa03749a43a6d6af72
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.cpp
    M clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/modernize/loop-convert-basic.cpp

  Log Message:
  -----------
  [clang-tidy] loop convert can handle lambda init capture (#109159)

Fixes: #109083
Current implement ignore the whole lambda capture. This patch wants to
do traverse for capture init expr also



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