Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clangd should expand decltype(var) in hover #249

Closed
lh123 opened this issue Jan 10, 2020 · 0 comments
Closed

clangd should expand decltype(var) in hover #249

lh123 opened this issue Jan 10, 2020 · 0 comments

Comments

@lh123
Copy link

@lh123 lh123 commented Jan 10, 2020

void foo() {
    int a;
    decltype(a) b = a;
}

image

arichardson added a commit to arichardson/llvm-project that referenced this issue Jan 20, 2020
Summary: Fixes clangd/clangd#249

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72498
kadircet added a commit to llvm/llvm-project that referenced this issue Jan 27, 2020
Summary: Fixes clangd/clangd#249

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72498

(cherry picked from commit 0474fe4)
shrouxm pushed a commit to sourcegraph/lsif-clang that referenced this issue Jul 12, 2020
Summary: Fixes clangd/clangd#249

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72498

(cherry picked from commit 0474fe465d8feebcfd54a16d93ad8518b5625972)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant