njames93 added inline comments.
================ Comment at: clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp:97-107 +template <class SomeType> +void templ(int i) { + if (i > 0) + SomeType(); +} + void funcCallWithTempExcTest() { ---------------- Can I ask what the reason for these extra tests are. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96132/new/ https://reviews.llvm.org/D96132 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits