[all-commits] [llvm/llvm-project] f93dee: [clang][ASTImporter] Fix import of function with a...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Jun 10 01:19:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f93dee10336a2361da528db0ff0f7188acba9627
https://github.com/llvm/llvm-project/commit/f93dee10336a2361da528db0ff0f7188acba9627
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Fix import of function with auto return type.
Fix a case of importing a function with auto return type
that is resolved with a type template argument that is declared
inside the function.
Fixes #55500
Reviewed By: martong
Differential Revision: https://reviews.llvm.org/D127396
More information about the All-commits
mailing list