[PATCH] D97351: [clangd] Use flags from open files when opening headers they include

2021-03-01 Thread Sam McCall via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. sammccall marked 2 inline comments as done. Closed by commit rG588db1ccff71: [clangd] Use flags from open files when opening headers they include (authored by sammccall

[PATCH] D97351: [clangd] Use flags from open files when opening headers they include

2021-02-28 Thread Haojian Wu via Phabricator via cfe-commits
hokein accepted this revision. hokein added a comment. This revision is now accepted and ready to land. thanks, this looks great. Comment at: clang-tools-extra/clangd/TUScheduler.cpp:187 +/// +/// This could also naturally live in the index, but there are advantages to +/// usi

[PATCH] D97351: [clangd] Use flags from open files when opening headers they include

2021-02-24 Thread Sam McCall via Phabricator via cfe-commits
sammccall updated this revision to Diff 326042. sammccall added a comment. Herald added a subscriber: jfb. Record memory usage Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97351/new/ https://reviews.llvm.org/D97351 Files: clang-tools-extra/clan

[PATCH] D97351: [clangd] Use flags from open files when opening headers they include

2021-02-23 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: hokein. Herald added subscribers: usaxena95, kadircet, arphaman, javed.absar. sammccall requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang. Currently our strate