[all-commits] [llvm/llvm-project] 2f321f: [NFC][clang-tidy] fix tests of deleted functions f...

Julian Schmidt via All-commits all-commits at lists.llvm.org
Wed Sep 11 09:53:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f321fac722e6c7913825f003c194b923d027354
      https://github.com/llvm/llvm-project/commit/2f321fac722e6c7913825f003c194b923d027354
  Author: Julian Schmidt <git.julian.schmidt at gmail.com>
  Date:   2024-09-11 (Wed, 11 Sep 2024)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/missing-std-forward.cpp

  Log Message:
  -----------
  [NFC][clang-tidy] fix tests of deleted functions for missing-std-forward (#106861)

Since #87832, unnamed identifiers are excluded from being diagnosed. As
a result, the tests that were supposed to test that deleted functions
are correctly ignored, are ignored because of the unnamed identifiers
instead of the deleted function. This change simply introduces names for
the parameters of the deleted functions.



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