History log of /llvm-project/clang-tools-extra/clang-tidy/misc/IncludeCleanerCheck.h (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3
# 90ecadde 14-Aug-2023 Kadir Cetinkaya <kadircet@google.com>

[include-cleaner] Filter references to identity macros

Despite being true positives, these results just confuse users. So
filter them out.

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


# 89d0a76b 08-Aug-2023 Kadir Cetinkaya <kadircet@google.com>

[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

[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

show more ...


Revision tags: llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3
# c28506ba 19-Apr-2023 Viktoriia Bakalova <bakalova@google.com>

[clang-tidy] Implement an include-cleaner check.

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