diff options
author | Eric Liu <ioeric@google.com> | 2019-02-18 13:12:10 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2019-02-18 13:12:10 +0000 |
commit | b355802910dab1db05b4aaaf7673e4a021891a95 (patch) | |
tree | 677e113c5561e4170d96bba3aa7bead55bea1674 /llvm/tools/llvm-readobj/ELFDumper.cpp | |
parent | e331e63af23c91b4f3103086af7117a8f0c49f76 (diff) | |
download | bcm5719-llvm-b355802910dab1db05b4aaaf7673e4a021891a95.tar.gz bcm5719-llvm-b355802910dab1db05b4aaaf7673e4a021891a95.zip |
[clangd] Cache include fixes for diagnostics caused by the same unresolved name or incomplete type.
Summary:
Multiple diagnostics can be caused by the same unresolved name or incomplete type,
especially if the code is copy-pasted without #includes. The cache can avoid making
repetitive index requests, and thus reduce latency and allow more diagnostics to be
fixed (we limit the number of index requests for each parse).
Reviewers: sammccall
Reviewed By: sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, jdoerfert, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D58239
llvm-svn: 354268
Diffstat (limited to 'llvm/tools/llvm-readobj/ELFDumper.cpp')
0 files changed, 0 insertions, 0 deletions