diff options
author | SR_team <me@sr.team> | 2023-10-22 19:37:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 20:37:12 +0400 |
commit | c3008842bf19e3a00db1f8adbd95d43f71b4f09f (patch) | |
tree | 1ae2a8445750506f1d6a70dd7b05c760397ec753 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp | |
parent | 4f56d47d050e3d71964777151e439fe923e64025 (diff) | |
download | llvm-c3008842bf19e3a00db1f8adbd95d43f71b4f09f.zip llvm-c3008842bf19e3a00db1f8adbd95d43f71b4f09f.tar.gz llvm-c3008842bf19e3a00db1f8adbd95d43f71b4f09f.tar.bz2 |
[clangd] Show alignment for records and fields decls (#67213)
Shows align for records and fields declarations in hover information.
Example:
```cpp
struct A {
char a;
short b;
};
```
For this struct hover informations shows:
```
Size: 4 bytes, alignment 2 bytes
```

Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions