ilya-biryukov added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp:46 + + StringRef Message = "no explanation"; + if (Case.Explanation) { ---------------- The users will see this for every case without explanation, right? I'd expect the rules without explanation to be somewhat common, maybe don't show any message at all in that case? ================ Comment at: clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h:1 +//===---------- TransformerClangTidyCheck.h - clang-tidy ------------------===// +// ---------------- NIT: maybe use `TransformerCheck` for brevity? I'm not a `clang-tidy` maintainer, though, so not sure whether that aligns with the rest of the code. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61386/new/ https://reviews.llvm.org/D61386 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits