lebedev.ri added a comment.

Please add tests with lambdas,



================
Comment at: test/clang-tidy/modernize-use-noexcept-new-noexcept.cpp:5-6
+
+void undefined();
+void undefinedNoexcept() noexcept;
+
----------------
Unused functions.
I suspect if the first one called, we can't be optimistic, and say that 
`noexcept` can be added?


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57108/new/

https://reviews.llvm.org/D57108



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to