=?utf-8?q?Donát?= Nagy <donat.n...@ericsson.com>, =?utf-8?q?Donát?= Nagy <donat.n...@ericsson.com>, =?utf-8?q?Donát?= Nagy <donat.n...@ericsson.com> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/132...@github.com>
================ @@ -1403,6 +1403,16 @@ void NullabilityChecker::printState(raw_ostream &Out, ProgramStateRef State, } } +// The checker group "nullability" consists of the checkers that are +// implemented as the parts of the checker class `NullabilityChecker`. These +// checkers share a checker option "nullability:NoDiagnoseCallsToSystemHeaders" +// which semantically belongs to the whole group and not just one checker from +// it. As this is a unique situation (I don't know about any other similar +// group-level option) there is no mechanism to inject this group name from +// e.g. Checkers.td, so I'm just hardcoding it here. (These are old stable +// checkers, I don't think that their name will change.) +#define CHECKER_GROUP_NAME "nullability" ---------------- steakhal wrote: You could use a static constexpr StringLiteral instead. https://github.com/llvm/llvm-project/pull/132250 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits