Skip to content

Commit 3b87d3a

Browse files
fix rebase
1 parent 91b0790 commit 3b87d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CppInterOp/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ static void GetDeclName(const clang::Decl* D, ASTContext& Context,
22532253
Policy.SuppressTagKeyword = true;
22542254
Policy.SuppressUnwrittenScope = true;
22552255
Policy.Bool = true;
2256-
Policy.PrintAsCanonical = true;
2256+
Policy.PrintCanonicalTypes = true;
22572257
if (const TypeDecl* TD = dyn_cast<TypeDecl>(D)) {
22582258
// This is a class, struct, or union member.
22592259
QualType QT;

0 commit comments

Comments
 (0)