Julian Schmidt
Julian Schmidt
After llvm/llvm-project@a59b24b, deprecation warnings (that also includes clang-tidy `modernize` and `misc-unused` checks) are downgraded to remarks, which results in low visibility of issues in vscode (maybe others as well). ...
Adds support to hoist variables declared inside the selected region and used afterwards back out of the extraced function for later use. Uses the explicit variable type if only one...
When selecting code that contains the use of overloaded operators, the SelectionTree will attribute the operator to the operator declaration, not to the `CXXOperatorCallExpr`. To allow extract-to-function to work with...
### Steps to reproduce 1. Upload pictures into multiple folders, to get 2 rows of folder in a single folder 2. Go to gallery 3. Navigate to folder ### Expected...