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
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks, nice work!
This is a fix for issue #55500 .
I think github will NOT automatically close the issue, unless you have a more specific format in the commit message. E.g. "Fixes #555000". See the docs here: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
clang/lib/AST/ASTImporter.cpp | ||
---|---|---|
3250 | It's a good idea to extend this function! |
It's a good idea to extend this function!