[PATCH] D70524: Support DebugInfo generation for auto return type for C++ functions.

Amy Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 14:02:08 PST 2020


akhuang added a comment.

Looks like the first commit c958639098a8 <https://reviews.llvm.org/rGc958639098a8702b831952b1a1a677ae19190a55> is also causing a crash in chromium code, so I will revert that as well. 
I got a reduced test case:

  typedef void voidtype;
  struct S {
    voidtype a();
  };
  void S::a() {}


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70524





More information about the cfe-commits mailing list