summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-12codelens: do not show current locationSR_team
2023-11-11Doxygen: add italic and fix escapeSR_team
2023-11-11Doxygen: math `@throw`SR_team
2023-11-11Add path to disable BlockEnd for small blocksSR_team
2023-11-11Remove debug logging of doxygen fieldsSR_team
2023-11-11doxygen: render @details and @tparams keywordsSR_team
2023-11-11Add support bold text for doxygenSR_team
2023-11-11Improve codelens and add PR 71279SR_team
PR 71279 add resolve the dependent types from its single instantiation
2023-11-09Rebase doxygen patch on trunkSR_team
2023-11-01Fix postfix completion issuesSR_team
- fix compilation on latest commits - fix show double `forward` completions - fix using enum in `switch` completions
2023-11-01Remove patch to show align in hover info - merged to main branchSR_team
2023-10-21Use value paragraph to print bitfield maskSR_team
2023-10-21Update hover align patchSR_team
2023-10-20Add PR 69011SR_team
Show argument names for function pointer struct
2023-10-11Fix crash align on forward declarationSR_team
2023-10-10Add patch to hide definition from hover infoSR_team
2023-10-10Add patch to show layout hover info everyhereSR_team
2023-10-10Fix show offset for multiple inherits, when first base is don't have VMTSR_team
2023-10-10Show hover information for virtual method in some template classesSR_team
2023-10-10Do not include in patch reformat codeSR_team
2023-10-10Add pointer size to hover info of virtual methodsSR_team
2023-10-06hover-virt-offset: fix MS ABISR_team
2023-10-06hover-virt-offset: fix dtor offset on Itanium ABISR_team
2023-10-06Fix detect overrided methods without attributeSR_team
2023-10-06Show offset for overrideen virtual methodsSR_team
2023-10-06Add patch to show offset of virtual methodsSR_team
2023-10-03Rebase postfix completion patch for trunkSR_team
2023-09-23Hover align: fix crash on incomplete structsSR_team
2023-09-23add compatible for hover bit-mask and alignSR_team
2023-09-23Add patch to show alignsSR_team
2023-08-26Fix `pkgver` for non-trunk buildsSR_team
2023-08-26Add option to select branchSR_team
In trunk (18.x) breaked clang-tidy integration (flag `--clang-tidy` not work)
2023-07-21rebase doxygen patchesSR_team
2023-07-17postfix completion: fix type in forwardSR_team
2023-06-27Rebase doxygen patch on HEADSR_team
2023-06-05Remove patch with bit-fields in hover - merged to upstreamSR_team
2023-05-29Doxygen: add fields `exception`, `todo` and `bug` to show in hoverSR_team
2023-05-29postfix-completion: fix generate if/while for bool expressionsSR_team
2023-05-28Add maks for bit fields on hoverSR_team
2023-05-26Disable rounding to bytes for bit fields on hoverSR_team
2023-05-22hover-bit-fields: simplify code and add testsSR_team
2023-05-22Add patch to show size and offset for bit fieldsSR_team
2023-05-22paddings in inlay hints: allow zero size of bit fieldsSR_team
2023-05-22Improve inlay hints paddings:SR_team
- Show padding after semicolon, when possible - Show paddings for bit fields
2023-05-22postfix completion: fix cast to `auto *` and fix detec arrays for begin..endSR_team
2023-05-17Delete macro eval patch (PR is closed)SR_team
2023-05-09postfix completion: fix clnagd crash on cast to `auto*`SR_team
2023-05-08Add end placeholder for casts to auto typeSR_team
2023-05-08postfix completion: remove extra parensSR_team
E.g. for `(*pool)` foreach generates `for(auto element: (*pool)){}`. Now it generate `for(auto element: *pool){}`
2023-05-03postfix completion: do not duplicate parentesSR_team