steveire 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() {
----------------
steveire wrote:
> njames93 wrote:
> > Can I ask what the reason for these extra tests are.
> Did you miss the commit message/MR description?
Ah, sorry, the local commit message I have wasn't here. I'll add it now.



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

Reply via email to