[PATCH] D63773: [clangd] dummy variable extraction on a function scope

Shaurya Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 09:59:42 PDT 2019


SureYeaah updated this revision to Diff 207084.
SureYeaah added a comment.

[Clangd] Refactored code

- Created new class Extract to store information about the expression being extracted.
- Doesn't fix all of previous comments

Looking for comments on the new class stucture


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63773/new/

https://reviews.llvm.org/D63773

Files:
  clang-tools-extra/clangd/refactor/tweaks/CMakeLists.txt
  clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
  clang-tools-extra/clangd/unittests/TweakTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63773.207084.patch
Type: text/x-patch
Size: 19637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190628/ebd4db7f/attachment-0001.bin>


More information about the cfe-commits mailing list