================ @@ -292,7 +295,7 @@ struct MapRegionCounters : public RecursiveASTVisitor<MapRegionCounters> { "contains an operation with a nested boolean expression. " "Expression will not be covered"); Diag.Report(S->getBeginLoc(), DiagID); - return false; + return true; ---------------- evodius96 wrote:
Yes, I guess there is no value in returning false in either of these cases. This is enough to avoid processing the data for the expression. https://github.com/llvm/llvm-project/pull/82464 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits