[PATCH] D75460: [clangd] Fix isInsideMainFile to be aware of preamble.

2020-03-04 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2be456971935: [clangd] Fix isInsideMainFile to be aware of preamble. (authored by sammccall). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75460/new/ https

[PATCH] D75460: [clangd] Fix isInsideMainFile to be aware of preamble.

2020-03-02 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: kadircet. Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay, ilya-biryukov. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D75460 Files: clang-tools-extra/cla