[PATCH] D52991: [clangd] Avoid cache main file status in preamble.

2018-10-09 Thread Eric Liu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL344024: [clangd] Avoid cache main file status in preamble. (authored by ioeric, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D52991 Files: cl

[PATCH] D52991: [clangd] Avoid cache main file status in preamble.

2018-10-08 Thread Eric Liu via Phabricator via cfe-commits
ioeric created this revision. ioeric added a reviewer: sammccall. Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay, ilya-biryukov. Main file can certainly change when reusing preamble. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D52991 Files: cla