Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PR 71279 add resolve the dependent types from its single instantiation
|
|
|
|
- fix compilation on latest commits
- fix show double `forward` completions
- fix using enum in `switch` completions
|
|
|
|
|
|
|
|
Show argument names for function pointer struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In trunk (18.x) breaked clang-tidy integration (flag `--clang-tidy` not work)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Show padding after semicolon, when possible
- Show paddings for bit fields
|
|
|
|
|
|
|
|
|
|
E.g. for `(*pool)` foreach generates `for(auto element: (*pool)){}`. Now it generate `for(auto element: *pool){}`
|
|
|