cor3ntin added inline comments. Herald added a subscriber: steakhal.
================ Comment at: clang/tools/libclang/CIndex.cpp:3452 continue; - - if (Visit(MakeCursorVariableRef(C->getCapturedVar(), C->getLocation(), - TU))) + // TODO: hamdle structured bindings here ? + if (!isa<VarDecl>(C->getCapturedVar())) ---------------- Note to self: typo Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122768/new/ https://reviews.llvm.org/D122768 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits