[clangd] Suppress unwritten scopes when expanding auto.
authorHaojian Wu <hokein@google.com>
Thu, 18 Jul 2019 15:13:45 +0000 (15:13 +0000)
committerHaojian Wu <hokein@google.com>
Thu, 18 Jul 2019 15:13:45 +0000 (15:13 +0000)
commitac958c2ed6ab6f4160194b8d0d9752db73bcb03c
treeb6e1b4d996e042b8e1f6ea70824956540bb4f07b
parentf286fa308899dc9f8b330eb2696dd6ee3566cccc
[clangd] Suppress unwritten scopes when expanding auto.

Summary: otherwise the replacement will break the code.

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Tags: #clang

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

llvm-svn: 366446
clang-tools-extra/clangd/AST.cpp
clang-tools-extra/clangd/AST.h
clang-tools-extra/clangd/unittests/TweakTests.cpp