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
publicstaticletemitBc:Option=Option("-emit-bc",.flag, attributes:[.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Emit LLVM BC file(s)", group:.modes)
342
+
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")
342
343
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
344
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
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