[clang][ASTImporter] Fix for importing functions with EST_Unevaluated prototype.
authorBalázs Kéri <1.int32@gmail.com>
Fri, 22 Oct 2021 06:43:46 +0000 (08:43 +0200)
committerBalázs Kéri <1.int32@gmail.com>
Fri, 22 Oct 2021 07:42:41 +0000 (09:42 +0200)
commit4ff103c024005fea997143a4bdb7918edd8712eb
tree3e52e1fb6fe6a916a0163122cfeea68095eb4379
parent3b93dc6880f7ac94469e46980f1136901760d564
[clang][ASTImporter] Fix for importing functions with EST_Unevaluated prototype.

Fix for importing functions where the TypeSourceInfo is set and the
exception specification information contains reference to the function
declaration itself.

Reviewed By: martong, steakhal

Differential Revision: https://reviews.llvm.org/D112013
clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp