This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Debounce rebuilds responsively to rebuild times.
ClosedPublic

Authored by sammccall on Feb 4 2020, 3:49 AM.

Details

Summary

Old: 500ms always. New: rebuild time, up to 500ms.

Fixes https://github.com/clangd/clangd/issues/275

Diff Detail

Event Timeline

sammccall created this revision.Feb 4 2020, 3:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2020, 3:49 AM
hokein accepted this revision.Feb 4 2020, 3:53 AM
This revision is now accepted and ready to land.Feb 4 2020, 3:53 AM

Unit tests: pass. 62438 tests passed, 0 failed and 845 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

This revision was automatically updated to reflect the committed changes.