[all-commits] [llvm/llvm-project] f44383: [clang][ASTImporter] Fix import of recursive field...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Thu Jul 27 00:35:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4438385d4d9b7e652b41f908250e55f75695ab6
https://github.com/llvm/llvm-project/commit/f4438385d4d9b7e652b41f908250e55f75695ab6
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Fix import of recursive field initializer.
Import of field initializers with circular reference was not working,
this is fixed now.
Fixes issue #63120
Reviewed By: steakhal
Differential Revision: https://reviews.llvm.org/D155574
More information about the All-commits
mailing list