[all-commits] [llvm/llvm-project] 939909: [clang-tidy] modernize-avoid-bind only return for ...

5chmidti via All-commits all-commits at lists.llvm.org
Fri Oct 20 12:28:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9399094586aa803fb399ae508e5aa46c8728fdd6
      https://github.com/llvm/llvm-project/commit/9399094586aa803fb399ae508e5aa46c8728fdd6
  Author: 5chmidti <44101708+5chmidti at users.noreply.github.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/modernize/avoid-bind.cpp

  Log Message:
  -----------
  [clang-tidy] modernize-avoid-bind only return for non-void function (#69207)

- only return when the return type is non-void
- fix missing return on member functions




More information about the All-commits mailing list