[Feature Request] Support Hover on constexpr expression. #56
Comments
|
Great examples. Are the hovers shown from the Microsoft C++ plugin? I believe all of these are cases of expressions that can be evaluated using |
Yes |
|
This is mostly done after llvm/llvm-project@287a874 except:
|
arichardson
added a commit
to arichardson/llvm-project
that referenced
this issue
Jan 20, 2020
Summary: This currently populates only the Name with the expression's type and Value if expression is evaluatable. Fixes clangd/clangd#56 Reviewers: sammccall Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72500
kadircet
added a commit
to llvm/llvm-project
that referenced
this issue
Jan 27, 2020
Summary: This currently populates only the Name with the expression's type and Value if expression is evaluatable. Fixes clangd/clangd#56 Reviewers: sammccall Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72500 (cherry picked from commit 4d14bfa)
shrouxm
pushed a commit
to sourcegraph/lsif-clang
that referenced
this issue
Jul 12, 2020
Summary: This currently populates only the Name with the expression's type and Value if expression is evaluatable. Fixes clangd/clangd#56 Reviewers: sammccall Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72500 (cherry picked from commit 4d14bfaa2cb1610104db6b0818fc7d74fad1bd8f)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Hover on constexpr function.




2. Hover on sizeof expression.
3. Hover on template.
4. Hover on literal
The text was updated successfully, but these errors were encountered: