[clang-tools-extra] Adding first version for which clang-tidy checks and their options are available (PR #162937)

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 20 05:32:58 PDT 2025


0hDEADBEAF wrote:

> I think we can put it as a PR in LLVM, it's the most convenient place to look at code. The benefits of review are:
>   - We (clang-tidy team) can verify that it works correctly and have a dedicated place to share opinions.
>   - If we find out a bug (maybe by user bug report), we can fix the script ourselves and rerun it over all documents to fix everything. This is particularly important in case you will not be available. If we don't store it here, your Gist can be deleted because you got hacked/deleted etc... I think we as a project can't depend on 3rd party software that has a single point of failure.

Ok it makes sense indeed.


https://github.com/llvm/llvm-project/pull/162937


More information about the cfe-commits mailing list