[PATCH] D64627: [clangd] Suppress unwritten scopes when expanding auto.

2019-07-18 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL366446: [clangd] Suppress unwritten scopes when expanding auto. (authored by hokein, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https

[PATCH] D64627: [clangd] Suppress unwritten scopes when expanding auto.

2019-07-18 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov accepted this revision. ilya-biryukov added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D64627/new/ https://reviews.llvm.org/D64627 _

[PATCH] D64627: [clangd] Suppress unwritten scopes when expanding auto.

2019-07-12 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, ilya-biryukov. Herald added a project: clang. otherwise the replacement will break the code. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D64627 F