Skip to content

Commit 96d1e4a

Browse files
committed
[NFC] Rename PrintCanonicalTypes to PrintAsCanonical after 13b55ad
1 parent e1c4332 commit 96d1e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/TemplateBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static void printIntegral(const TemplateArgument &TemplArg, raw_ostream &Out,
6666
if (llvm::APSInt::isSameValue(ECD->getInitVal(), Val)) {
6767
PrintingPolicy NewPolicy = Policy;
6868
if (Policy.UseFullyQualifiedEnumerators)
69-
NewPolicy.PrintCanonicalTypes = true;
69+
NewPolicy.PrintAsCanonical = true;
7070
ECD->printQualifiedName(Out, NewPolicy);
7171
return;
7272
}

0 commit comments

Comments
 (0)