llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.85k stars 11.47k forks source link

[clang-tidy] update clang-tidy documentation to include the version where each check was first introduced #97717

Closed kiselik closed 1 month ago

kiselik commented 2 months ago

currently, there is no way to determine in which version each check (and its options) first appeared

please extend documentation by this information (like in clang-format) image

PiotrZSL commented 2 months ago

You should use documentation generated for version of clang-tidy that you actually using.