You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,7 @@ extension Option {
341
341
publicstaticletemitBc:Option=Option("-emit-bc",.flag, attributes:[.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Emit LLVM BC file(s)", group:.modes)
342
342
publicstaticletemitClangHeaderNonmodularIncludes:Option=Option("-emit-clang-header-nonmodular-includes",.flag, attributes:[.frontend,.noInteractive,.supplementaryOutput], helpText:"Augment emitted Objective-C header with textual imports for every included modular import")
343
343
publicstaticletemitClangHeaderPath:Option=Option("-emit-clang-header-path",.separate, alias:Option.emitObjcHeaderPath, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], helpText:"Emit an Objective-C and C++ header file to <path>")
344
+
publicstaticletemitClangHeaderMinAccess:Option=Option("-emit-clang-header-min-access",.separate, attributes:[.frontend,.noInteractive,.cacheInvariant], metaVar:"<access-level>", helpText:"The minimum access level of declarations to include in the emitted header")
344
345
publicstaticletemitConstValuesPath:Option=Option("-emit-const-values-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Emit the extracted compile-time known values to <path>")
0 commit comments