[PATCH] D53347: [clangd] Simplify auto hover
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 16 16:52:49 PDT 2018
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
LGTM, it bugs me that some part in the documentation says it doesn't go through decltype(`This looks through declarators like pointer types, but not through decltype or typedefs`) but since tests containing decltype didn't break it looks OK to me. I would still wait for @hokein to have another look as well.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53347
More information about the cfe-commits
mailing list