User Details
User Details
- User Since
- Nov 12 2022, 11:54 AM (45 w, 6 d)
Aug 6 2023
Aug 6 2023
SR_team added a comment to D157205: [clangd] Add hexadecimal member offsets and sizes to hover popup.
Until a 10, we don't have difference between DEC and HEX, may be print only DEC in these cases?
Jun 5 2023
Jun 5 2023
SR_team updated the diff for D151128: [clangd] Show size, offset and padding for bit fields on hover.
- moved lambda FormatSize to static function formatSize();
- extracted offset format code to static function formatOffset();
- always shows bytes in offset (for offset 4 showed Offset: 0 bytes and 4 bits)
- added render test for bit-fields
May 27 2023
May 27 2023
SR_team added a comment to D151128: [clangd] Show size, offset and padding for bit fields on hover.
@sammccall review my code please
May 24 2023
May 24 2023
SR_team updated the summary of D151128: [clangd] Show size, offset and padding for bit fields on hover.
May 23 2023
May 23 2023
SR_team updated the summary of D151128: [clangd] Show size, offset and padding for bit fields on hover.
SR_team updated the diff for D151128: [clangd] Show size, offset and padding for bit fields on hover.
Extract formatting to lambda, for simplify code modification
SR_team updated the diff for D151128: [clangd] Show size, offset and padding for bit fields on hover.
Stores Offset, Size and Padding fields of HoverInfo in bits. When hover present bits converted to bytes, if possible.
SR_team updated the diff for D151128: [clangd] Show size, offset and padding for bit fields on hover.
SR_team added a comment to D151128: [clangd] Show size, offset and padding for bit fields on hover.
May 22 2023
May 22 2023
SR_team requested review of D151128: [clangd] Show size, offset and padding for bit fields on hover.
Apr 23 2023
Apr 23 2023
SR_team added a comment to D125224: [CodeComplete] prototype of contextual postfix completions.
Iterator checks may crash in current state. Also, pointeeType may return invalid type of iterator store (T* instead of T)
Mar 6 2023
Mar 6 2023
SR_team awarded D145228: [clangd] Add clangd headers to install targets a Like token.
Nov 12 2022
Nov 12 2022
SR_team awarded D131295: [clangd] Implement textDocument/codeLens a Like token.