[all-commits] [llvm/llvm-project] 89d0a7: [clang-tidy][include-cleaner] Add option to contro...

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Tue Aug 8 07:02:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89d0a76be68b866779ac41e56bc7f7b4fc452f47
      https://github.com/llvm/llvm-project/commit/89d0a76be68b866779ac41e56bc7f7b4fc452f47
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.cpp
    M clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/misc/include-cleaner.rst
    M clang-tools-extra/unittests/clang-tidy/IncludeCleanerTest.cpp

  Log Message:
  -----------
  [clang-tidy][include-cleaner] Add option to control deduplication of findings per symbol

We received some user feedback around this being disruptful rather than
useful in certain workflows so add an option to control the output behaviour.

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




More information about the All-commits mailing list