[all-commits] [llvm/llvm-project] 7d3f8b: [clangd] Debounce rebuilds responsively to rebuild...
Sam McCall via All-commits
all-commits at lists.llvm.org
Sun Feb 23 06:44:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d3f8b1e2dcda99b245a9e3a254090aa1b5cfd66
https://github.com/llvm/llvm-project/commit/7d3f8b1e2dcda99b245a9e3a254090aa1b5cfd66
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-02-23 (Sun, 23 Feb 2020)
Changed paths:
M clang-tools-extra/clangd/ClangdServer.h
Log Message:
-----------
[clangd] Debounce rebuilds responsively to rebuild times.
Summary:
Old: 500ms always. New: rebuild time, up to 500ms.
Fixes https://github.com/clangd/clangd/issues/275
Reviewers: hokein
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73949
More information about the All-commits
mailing list