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] crash when using #embed #107869

Open
StreetwareGames opened this issue Sep 9, 2024 · 3 comments
Open

[clangd] crash when using #embed #107869

StreetwareGames opened this issue Sep 9, 2024 · 3 comments
Labels
clangd crash Prefer [crash-on-valid] or [crash-on-invalid]

Comments

@StreetwareGames
Copy link

StreetwareGames commented Sep 9, 2024

static constexpr unsigned char data[] = {
#embed "data"
};

I use sublime text with the LSP plugin and clangd. hovering my mouse over data causes it to crash

@pinskia
Copy link

pinskia commented Sep 9, 2024

Dup of #107724 ? At least related to.

@EugeneZelenko EugeneZelenko added clangd crash Prefer [crash-on-valid] or [crash-on-invalid] and removed new issue labels Sep 9, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Sep 9, 2024

@llvm/issue-subscribers-clangd

Author: Streetware (StreetwareGames)

```c static constexpr unsigned char data[] = { #embed "data" }; ``` I use sublime text with the LSP plugin and clangd. hovering my mouse over `data` causes it to crash

@HighCommander4
Copy link
Collaborator

What clangd version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clangd crash Prefer [crash-on-valid] or [crash-on-invalid]
Projects
None yet
Development

No branches or pull requests

5 participants