Details
Details
- Reviewers
kadircet - Commits
- rG015a0faa5e9e: [clangd] Fix hover crash on InitListExpr.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/Hover.cpp | ||
---|---|---|
353 | shouldn't we put this before QualType T = E->getType(); ? |
Comment Actions
address comments.
clang-tools-extra/clangd/Hover.cpp | ||
---|---|---|
353 | ah, I think you're right. put it there. |
shouldn't we put this before QualType T = E->getType(); ?