[PATCH] D94942: [clangd] Add tweak for implementing abstract class
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 09:29:16 PST 2021
njames93 updated this revision to Diff 319898.
njames93 added a comment.
- Fix an issue where replacements could conflict with each other.
- Add support for defining method stubs instead of just declaring them, possibly need a way to configure this behaviour.
- Change tests to ignore whitespace because we dont clang-format them tweaks in tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94942/new/
https://reviews.llvm.org/D94942
Files:
clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
clang-tools-extra/clangd/refactor/tweaks/ImplementAbstract.cpp
clang-tools-extra/clangd/unittests/CMakeLists.txt
clang-tools-extra/clangd/unittests/tweaks/ImplementAbstractTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94942.319898.patch
Type: text/x-patch
Size: 27990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210128/cf914f3c/attachment-0001.bin>
More information about the cfe-commits
mailing list