Eugene.Zelenko added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp:77 +void EmptyCatchCheck::registerMatchers(MatchFinder *Finder) { + + auto AllowedNamedExceptionDecl = ---------------- Excessive newline. ================ Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/empty-catch.rst:169 + should be provided. If an exception type name in the list is caught in an + empty catch statement, no warning will be raised. Default value: `` (empty). ---------------- Mistake in default value formatting. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144748/new/ https://reviews.llvm.org/D144748 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits