Merged to release_90 in r368683.
On Mon, Aug 12, 2019 at 11:34 AM Haojian Wu via cfe-commits
wrote:
>
> Author: hokein
> Date: Mon Aug 12 02:35:04 2019
> New Revision: 368549
>
> URL: http://llvm.org/viewvc/llvm-project?rev=368549&view=rev
> Log:
> [clangd] Drop diags from non-written #include.
>
Author: hokein
Date: Mon Aug 12 02:35:04 2019
New Revision: 368549
URL: http://llvm.org/viewvc/llvm-project?rev=368549&view=rev
Log:
[clangd] Drop diags from non-written #include.
Summary: This would fix that we show weird diagnostics on random lines of the
main file.
Reviewers: ilya-biryukov