llvm-project/clang-tools-extra/clangd/refactor/tweaks
Ilya Biryukov 1b36caf45e [clangd] Disable expand auto on decltype(auto)
Summary: Applying it produces incorrect code at the moment.

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: kuhnel, MaskRay, jkorous, arphaman, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68630

llvm-svn: 374048
2019-10-08 14:03:45 +00:00
..
AnnotateHighlightings.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
CMakeLists.txt [clangd] Fix ExtractFunction dependencies 2019-08-28 23:17:38 +00:00
DumpAST.cpp [clangd] SelectionTree treats TranslationUnitDecl (mostly) consistently with other containers. 2019-07-24 12:14:56 +00:00
ExpandAutoType.cpp [clangd] Disable expand auto on decltype(auto) 2019-10-08 14:03:45 +00:00
ExpandMacro.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
ExtractFunction.cpp [Clangd] ExtractFunction: Don't extract body of enclosing function. 2019-10-02 13:52:14 +00:00
ExtractVariable.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
RawStringLiteral.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00
SwapIfBranches.cpp [clangd] Support multifile edits as output of Tweaks 2019-09-09 12:28:44 +00:00