================ @@ -185,13 +185,11 @@ class CheckerManager { StringRef OptionName, StringRef ExpectedValueDesc) const; - using CheckerRef = CheckerBase *; using CheckerTag = const void *; - using CheckerDtor = CheckerFn<void ()>; -//===----------------------------------------------------------------------===// -// Checker registration. -//===----------------------------------------------------------------------===// + //===----------------------------------------------------------------------===// + // Checker registration. + //===----------------------------------------------------------------------===// ---------------- NagyDonat wrote:
This indentation was added automatically by `git-clang-format` :roll_eyes: There are several similar section markers in this source file -- should I indent all of them for consistency, or is there a reasonable way to silence the automatic formatting? https://github.com/llvm/llvm-project/pull/128887 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits