ziqingluo-90 added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp:194 + } + return ContainsFunc && Overlap; +} ---------------- njames93 wrote: > This will always be false as if it's true, the loop would return. Thanks for pointing this out. I will make the change before commit! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128401/new/ https://reviews.llvm.org/D128401 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits