klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land.
lg ================ Comment at: clangd/ASTManager.cpp:138-139 + // Currently we discard all pending requests and just enqueue the latest one. + while (!RequestQueue.empty()) + RequestQueue.pop(); + RequestQueue.push(Uri); ---------------- deque has resize *ducks and runs* https://reviews.llvm.org/D29886 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits