PiotrZSL marked an inline comment as done. PiotrZSL added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp:100 +void EmptyCatchCheck::check(const MatchFinder::MatchResult &Result) { + const auto *MatchedCatchStmt = Result.Nodes.getNodeAs<CXXCatchStmt>("catch"); + ---------------- PiotrZSL wrote: > carlosgalvezp wrote: > > Assert that it's not null, or exit early. > I cannot be null. It* 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