commit | e6ce8da0252aba2642eb7879e1ff87beba568f67 | [log] [tgz] |
---|---|---|
author | Sam McCall <[email protected]> | Thu Aug 30 15:07:34 2018 |
committer | Sam McCall <[email protected]> | Thu Aug 30 15:07:34 2018 |
tree | 9587402f9f90f9c48c8e9faed3bad2ce35a1fc1e | |
parent | ac619a09ecb228834c200afbae4a4d7aeaa5576a [diff] |
[clangd] Run SignatureHelp using an up-to-date preamble, waiting if needed. Summary: After code completion inserts a header, running signature help using the old preamble will usually fail. So we add support for consistent preamble reads. Reviewers: ilya-biryukov Subscribers: javed.absar, ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits Differential Revision: https://reviews.llvm.org/D51438 llvm-svn: 341076