================
@@ -111,6 +150,9 @@ void ExceptionEscapeCheck::check(const
MatchFinder::MatchResult &Result) {
"%0 which should not throw exceptions")
<< MatchedDecl;
+ if (Info.getExceptions().empty())
+ return;
----------------
vbvictor wrote:Sure https://github.com/llvm/llvm-project/pull/168324 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
