================ @@ -694,15 +694,11 @@ def MoveChecker: Checker<"Move">, ]>, Documentation<HasDocumentation>; -def VirtualCallModeling : Checker<"VirtualCallModeling">, - HelpText<"Auxiliary modeling for the virtual method call checkers">, - Documentation<NotDocumented>, - Hidden; - -def PureVirtualCallChecker : Checker<"PureVirtualCall">, - HelpText<"Check pure virtual function calls during construction/destruction">, - Dependencies<[VirtualCallModeling]>, - Documentation<HasDocumentation>; +def PureVirtualCallChecker + : Checker<"PureVirtualCall">, + HelpText< + "Check pure virtual function calls during construction/destruction">, + Documentation<HasDocumentation>; ---------------- NagyDonat wrote:
Reformatting in `Checkers.td` is demanded by `git-clang-format`. https://github.com/llvm/llvm-project/pull/132072 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits