[PATCH] D71543: [clangd] Fix handling of inline/anon namespaces and names of deduced types in hover

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 17 02:13:35 PST 2019


ilya-biryukov added a comment.

In D71543#1785842 <https://reviews.llvm.org/D71543#1785842>, @kadircet wrote:

> I've got D71545 <https://reviews.llvm.org/D71545> to reduce that regression.


D71545 <https://reviews.llvm.org/D71545> seems to be pretty small, yet depends on this change. Maybe add it right here?
Otherwise clangd is in a kinda broken state between those two commits, not a very good state to be at.
Would also make it simpler to revert the change in case something bad happens.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71543





More information about the cfe-commits mailing list