[clangd] Disable expand auto on decltype(auto)
authorIlya Biryukov <ibiryukov@google.com>
Tue, 8 Oct 2019 14:03:45 +0000 (14:03 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 8 Oct 2019 14:03:45 +0000 (14:03 +0000)
commit1b36caf45e5e52b139818e24e07ee069e9c8e18a
treeca84829c3d0bb6f3689cba956e03586815dbb384
parent3c4646194ede95d26e30b24be9964ce45925a844
[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
clang-tools-extra/clangd/refactor/tweaks/ExpandAutoType.cpp
clang-tools-extra/clangd/unittests/TweakTests.cpp