Skip to content

Commit 117ca10

Browse files
authored
Merge pull request #27891 from akyrtzi/print-enum-val-gen-interface
2 parents 30fd3f0 + 6219e4e commit 117ca10

File tree

3 files changed

+2142
-2056
lines changed

3 files changed

+2142
-2056
lines changed

include/swift/AST/PrintOptions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ struct PrintOptions {
487487
QualifyNestedDeclarations::Always;
488488
result.PrintDocumentationComments = true;
489489
result.SkipUnderscoredKeywords = true;
490+
result.EnumRawValues = EnumRawValueMode::PrintObjCOnly;
490491
return result;
491492
}
492493

0 commit comments

Comments
 (0)