Re: [clang-tools-extra] r368549 - [clangd] Drop diags from non-written #include.

2019-08-13 Thread Hans Wennborg via cfe-commits
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. >

[clang-tools-extra] r368549 - [clangd] Drop diags from non-written #include.

2019-08-12 Thread Haojian Wu via cfe-commits
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