[PATCH] D62855: [clangd] Implementation of auto type expansion.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 09:04:06 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365792: [clangd] Implementation of auto type expansion. (authored by sammccall, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D62855?vs=209234&id=209240#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62855

Files:
  clang-tools-extra/trunk/clangd/AST.cpp
  clang-tools-extra/trunk/clangd/AST.h
  clang-tools-extra/trunk/clangd/Selection.cpp
  clang-tools-extra/trunk/clangd/Selection.h
  clang-tools-extra/trunk/clangd/XRefs.cpp
  clang-tools-extra/trunk/clangd/XRefs.h
  clang-tools-extra/trunk/clangd/refactor/tweaks/CMakeLists.txt
  clang-tools-extra/trunk/clangd/refactor/tweaks/ExpandAutoType.cpp
  clang-tools-extra/trunk/clangd/test/code-action-request.test
  clang-tools-extra/trunk/clangd/unittests/ASTTests.cpp
  clang-tools-extra/trunk/clangd/unittests/CMakeLists.txt
  clang-tools-extra/trunk/clangd/unittests/TweakTests.cpp
  clang-tools-extra/trunk/clangd/unittests/XRefsTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62855.209240.patch
Type: text/x-patch
Size: 21198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190711/f6c211c7/attachment-0001.bin>


More information about the cfe-commits mailing list