Eugene.Zelenko added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/concurrency/AsyncBlockingCheck.cpp:319 + assert(L); + const auto *EV = L->ensureEvaluatedStmt(); + if (EV && EV->Evaluated.getKind() == APValue::ValueKind::None) { ---------------- Please don't use auto when type is not explicitly spelled in same statement or iterator. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93940/new/ https://reviews.llvm.org/D93940 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits