nickdesaulniers added inline comments.
================
Comment at: clang/lib/Sema/AnalysisBasedWarnings.cpp:1102
+ return llvm::any_of(B->succs(),
+ [this](const CFGBlock::AdjacentBlock &Succ) {
+ if (const CFGBlock *S = Succ.getReachableBlock()) {
----------------
is there maybe a nicer way to do this using `std::bind` or `std::mem_fn`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91895/new/
https://reviews.llvm.org/D91895
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits