================
@@ -4058,7 +4059,13 @@ ExpectedDecl
ASTNodeImporter::VisitFunctionDecl(FunctionDecl *D) {
}
Error Err = Error::success();
+ if (!UsedDifferentProtoType) {
----------------
ojhunt wrote:silly nit: single statement conditionals shouldn't have braces. https://github.com/llvm/llvm-project/pull/162514 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
