[PATCH] D107137: clangd: Provide hover info for include directives

2021-08-12 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf9c8602b53fd: clangd: Provide hover info for include directives (authored by ckandeler, committed by sammccall). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org

[PATCH] D107137: clangd: Provide hover info for include directives

2021-08-12 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. All done! Sorry for the delay. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107137/new/ https://reviews.llvm.org/D107137 ___ cfe-commits mailing list cfe-commits@lists.llvm.or

[PATCH] D107137: clangd: Provide hover info for include directives

2021-08-09 Thread Christian Kandeler via Phabricator via cfe-commits
ckandeler added a comment. Thanks for the review. Can you please merge it? I don't have the permissions. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107137/new/ https://reviews.llvm.org/D107137 ___ cfe

[PATCH] D107137: clangd: Provide hover info for include directives

2021-08-02 Thread Christian Kandeler via Phabricator via cfe-commits
ckandeler updated this revision to Diff 363442. ckandeler added a comment. Addressed lint comments Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107137/new/ https://reviews.llvm.org/D107137 Files: clang-tools-extra/clangd/Hover.cpp clang-tools

[PATCH] D107137: clangd: Provide hover info for include directives

2021-07-30 Thread Christian Kandeler via Phabricator via cfe-commits
ckandeler updated this revision to Diff 363083. ckandeler added a comment. Addressed comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107137/new/ https://reviews.llvm.org/D107137 Files: clang-tools-extra/clangd/Hover.cpp clang-tools-ext

[PATCH] D107137: clangd: Provide hover info for include directives

2021-07-30 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. Thanks, this is great! I think we need to hold the line a bit on keeping different hovers uniform though. Comment at: clang-tools-extra/clangd/Hover.cpp:914 + HoverInfo HI; + HI.TargetFile = File->Definition; + return HI; -

[PATCH] D107137: clangd: Provide hover info for include directives

2021-07-30 Thread Christian Kandeler via Phabricator via cfe-commits
ckandeler created this revision. ckandeler added a reviewer: sammccall. Herald added subscribers: usaxena95, kadircet, arphaman. ckandeler requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. It's quite useful