[clang-tools-extra] [clang-tidy] Add check hicpp-ignored-remove-result (PR #73119)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 23 06:22:41 PST 2023


=?utf-8?q?Björn?= Svensson <bjorn.a.svensson at est.tech>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/73119 at github.com>


PiotrZSL wrote:

by separate check I mean "Create class that derive from oryginal check, move some code in oryginal check  (config) to protected methods (mainly storeConfig) and just override config in parent class. SImply if you call --dump-config, then for your check list of functions shouldn't be configurable.

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


More information about the cfe-commits mailing list