[PATCH] D125839: [gmodules] Skip CXXDeductionGuideDecls when visiting FunctionDecls in DebugTypeVisitor

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 15:10:14 PDT 2022


ahatanak added a comment.

Without this fix, `CXXNameMangler::mangleUnresolvedName` crashes when it tries to mangle the name of a `CXXDeductionGuideDecl`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125839



More information about the cfe-commits mailing list