We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2272f commit e206684Copy full SHA for e206684
clang/include/clang/AST/PrettyPrinter.h
@@ -76,9 +76,8 @@ struct PrintingPolicy {
76
MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true),
77
MSVCFormatting(false), ConstantsAsWritten(false),
78
SuppressImplicitBase(false), FullyQualifiedName(false),
79
- EnforceScopeForElaboratedTypes(false),
80
- SuppressDefinition(false), SuppressDefaultTemplateArguments(false),
81
- PrintCanonicalTypes(false),
+ EnforceScopeForElaboratedTypes(false), SuppressDefinition(false),
+ SuppressDefaultTemplateArguments(false), PrintCanonicalTypes(false),
82
SkipCanonicalizationOfTemplateTypeParms(false),
83
PrintInjectedClassNameWithArguments(true), UsePreferredNames(true),
84
AlwaysIncludeTypeForTemplateArgument(false),
0 commit comments