Eugene.Zelenko added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/utils/HeaderFileExtensionsUtils.h:17 +using llvm::SmallSet; + ---------------- It'll be easier to use llvm::SmallSet in using statement. ================ Comment at: clang-tools-extra/docs/ReleaseNotes.rst:136 + + Finds cases of `cast<>` used as condition in conditional statements + which will assert on failure in Debug builds. ---------------- Please use double, not single `. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59802/new/ https://reviews.llvm.org/D59802 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits