Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 222dd235 18-Dec-2024 Congcong Cai <congcongcai0907@163.com>

[clang-tidy] use local config (#120004)

follow up patch for #119948.


Revision tags: llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2, llvmorg-19.1.1
# fc5de0af 21-Sep-2024 Jay Foad <jay.foad@amd.com>

[clang-tools-extra] Use {} instead of std::nullopt to initialize empty ArrayRef (#109400)

Follow up to #109133.


Revision tags: llvmorg-19.1.0, llvmorg-19.1.0-rc4, llvmorg-19.1.0-rc3, llvmorg-19.1.0-rc2, llvmorg-19.1.0-rc1, llvmorg-20-init, 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
# 77feba5a 05-Oct-2023 kadir çetinkaya <kadircet@google.com>

[clang-tidy][IncludeCleaner] Fix analysis supression in presence of verbatim spellings (#68185)


Revision tags: llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0
# d3cfc712 11-Sep-2023 kadir çetinkaya <kadircet@google.com>

[include-cleaner] Always keep non-self-contained files (#65499)


# b0831c39 06-Sep-2023 Congcong Cai <congcongcai0907@163.com>

[clang-tidy][misc-include-cleaner]Avoid to insert same include header multiple times (#65431)

`HeaderIncludes` won't update `ExistingIncludes` during inserting.
We need to manage it in tidy check.

[clang-tidy][misc-include-cleaner]Avoid to insert same include header multiple times (#65431)

`HeaderIncludes` won't update `ExistingIncludes` during inserting.
We need to manage it in tidy check.

Fixed: #65285

show more ...


Revision tags: llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3
# 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