[all-commits] [llvm/llvm-project] 6c07bd: [clang-tidy] Avoid adding unnecessary semicolon in...

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Fri Oct 21 17:49:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c07bda7a75c68aa14a1e5f1ca0eac9ba6220cbb
      https://github.com/llvm/llvm-project/commit/6c07bda7a75c68aa14a1e5f1ca0eac9ba6220cbb
  Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-default.cpp

  Log Message:
  -----------
  [clang-tidy] Avoid adding unnecessary semicolon in modernize-use-equals-default

Adjust the automatic fixit to avoid adding superfluous semicolon.

Test plan: ninja check-all

Differential revision: https://reviews.llvm.org/D136399




More information about the All-commits mailing list