sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: clang-tools-extra/clangd/Hover.cpp:351 + // TypePrinter doesn't resolve decltypes, so resolve them here. We are going + // to include decltype(X) info in `HoverInfo::Definition` anyway. + if (auto *DT = QT->getAs<DecltypeType>()) ---------------- nit: going to include the spelling "decltype(X)" in ... Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72498/new/ https://reviews.llvm.org/D72498 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits