Fixes the signature of the extracted function when the signature contains a lambda.
Previously spelled out the type (i.e. loc, ...) of the lambda, now specifies auto.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141760
[clangd] fix extract function tweak signature spelling out lambda types AbandonedPublic Authored by 5chmidti on Jan 14 2023, 5:50 AM.
Details
Diff Detail
Event Timeline
Revision Contents
Diff 489236 clang-tools-extra/clangd/AST.cpp
clang-tools-extra/clangd/unittests/tweaks/ExtractFunctionTests.cpp
clang-tools-extra/docs/ReleaseNotes.rst
|