[all-commits] [llvm/llvm-project] 4ff103: [clang][ASTImporter] Fix for importing functions w...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Oct 22 00:27:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ff103c024005fea997143a4bdb7918edd8712eb
https://github.com/llvm/llvm-project/commit/4ff103c024005fea997143a4bdb7918edd8712eb
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list