[PATCH] D72498: [clangd] Print underlying type for decltypes in hover

liu hui via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 08:34:29 PST 2020


lh123 added a comment.

In D72498#1814008 <https://reviews.llvm.org/D72498#1814008>, @sammccall wrote:

> I think i'm also comfortable with marking the linked bug as wontfix.


The previous example is just minimal repo.

  template<typename T1, typename T2>  
  auto sum(T1 &t1, T2 &t2) ->decltype(t1 + t2))
  {  
  	return t1 + t2;  
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72498





More information about the cfe-commits mailing list