[PATCH] D76545: [clang-tidy] Add a new check group 'experimental-'
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 21 05:53:41 PDT 2020
whisperity created this revision.
whisperity added a reviewer: aaron.ballman.
whisperity added a project: clang-tools-extra.
Herald added subscribers: cfe-commits, martong, gamesh411, Szelethus, arphaman, dkrupp, rnkovacs, xazax.hun, mgorny.
Herald added a project: clang.
whisperity added a parent revision: D76541: [clang-tidy][NFC] Add missing check group docs and order entries.
whisperity added a child revision: D69560: [clang-tidy] Add 'experimental-cppcoreguidelines-avoid-adjacent-arguments-of-the-same-type' check.
As discussed in D69560 <https://reviews.llvm.org/D69560> with @aaron.ballman, sometimes checks might not approximate the rule they target the best due to a variety of reasons. This new group should house checks that are //working// (i.e. no crashes and stupid outputs) but might not yet exactly match the rule we are trying to "sell them" as.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76545
Files:
clang-tools-extra/clang-tidy/CMakeLists.txt
clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
clang-tools-extra/clang-tidy/experimental/CMakeLists.txt
clang-tools-extra/clang-tidy/experimental/ExperimentalTidyModule.cpp
clang-tools-extra/docs/clang-tidy/index.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76545.251840.patch
Type: text/x-patch
Size: 4361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200321/e4caf9b3/attachment-0001.bin>
More information about the cfe-commits
mailing list