lh123 added a comment. In D72498#1813902 <https://reviews.llvm.org/D72498#1813902>, @ilya-biryukov wrote:
> Could it be the case that we want to show the canonical types (i.e. without > all syntax sugar)? > Maybe we want both the normal type and the canonical type? +1,I think it would be helpful to show the canonical type in this case. int main() { std::vector<int> a; a.front(); // hover on front } hover over the `front` , you'll see "instance-method `front` → `std::vector<int, class std::allocator<int> >::reference`". 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