Skip to content
Commit 4cb5e436 authored by SR_team's avatar SR_team Committed by Sam McCall
Browse files

[clangd] Show size, offset and padding for bit fields on hover

Examle:
```
struct test {
	char a;
	char b : 3;
	char c : 5;
	int d;
	int e : 27;
};
```

{F27617774}
{F27617776}
{F27617777}
{F27617780}

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D151128
parent 17b0d90e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment