[all-commits] [llvm/llvm-project] 3d8a91: [clang][ASTImporter] Fix import of SubstTemplateTy...

Balázs Kéri via All-commits all-commits at lists.llvm.org
Fri Nov 24 05:35:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d8a9105d7e0e4baa744428e55d1c2462803118a
      https://github.com/llvm/llvm-project/commit/3d8a9105d7e0e4baa744428e55d1c2462803118a
  Author: Balázs Kéri <balazs.keri at ericsson.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
    M clang/lib/AST/ASTImporter.cpp
    M clang/unittests/AST/ASTImporterTest.cpp

  Log Message:
  -----------
  [clang][ASTImporter] Fix import of SubstTemplateTypeParmType in return type of function. (#69724)

Import of a function with `auto` return type that is expanded to a
`SubstTemplateTypeParmType` could fail if the function itself is the
template specialization where the parameter was replaced.




More information about the All-commits mailing list