[PATCH] D130705: [clang][ASTImporter] Improve import of functions with auto return type.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 2 08:49:57 PDT 2022
balazske added a comment.
Yes, I plan to add improvements but the current code remains mostly. I found other type of error (in project //qtbase//) that are not directly related, too (infinite import loop of deduction guide without auto return value, one of the function arguments is involved), these will remain for future work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130705/new/
https://reviews.llvm.org/D130705
More information about the cfe-commits
mailing list