Reland [clang][ASTImport] Add support for import of empty records
authorPavel Kosov <kpdev42@gmail.com>
Tue, 21 Mar 2023 11:05:19 +0000 (14:05 +0300)
committerPavel Kosov <kpdev42@gmail.com>
Tue, 21 Mar 2023 14:26:36 +0000 (17:26 +0300)
commit88e5206f2c96a34e23a4d63f0a38afb2db044f0a
treee0781d555a445391015f0b9429d98d7f72e23c20
parentdc9d2e588dd2b48d0c7777f90c90e1d862854c5b
Reland [clang][ASTImport] Add support for import of empty records

Patch represents the clang part of changes in D143347

Reviewed By: balazske

Differential Revision: https://reviews.llvm.org/D145057

~~

Huawei RRI, OS Lab
clang/include/clang/AST/ASTImporter.h
clang/include/clang/AST/DeclCXX.h
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp