[all-commits] [llvm/llvm-project] dc4359: [clang-tidy] Fix wrong code generation for `modern...

AMS21 via All-commits all-commits at lists.llvm.org
Wed Jun 14 11:58:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc4359fecf02f4230b4a5b900077c29d1b90f4ab
      https://github.com/llvm/llvm-project/commit/dc4359fecf02f4230b4a5b900077c29d1b90f4ab
  Author: AMS21 <AMS21.github at gmail.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/LoopConvertCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/test/clang-tidy/checkers/modernize/loop-convert-structured-binding.cpp

  Log Message:
  -----------
  [clang-tidy] Fix wrong code generation for `modernize-loop-convert` with structured bindings.

Fixes llvm#62951

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D152852




More information about the All-commits mailing list