mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Another preposition splitting option: directional prepositions.
Swift SVN r15297
This commit is contained in:
@@ -108,6 +108,9 @@ def enable_source_import : Flag<["-"], "enable-source-import">,
|
||||
def enable_objc_optional : Flag<["-"], "enable-objc-optional">,
|
||||
HelpText<"Import Objective-C references using UncheckedOptional">;
|
||||
|
||||
def split_objc_selectors : Flag<["-"], "split-objc-selectors">,
|
||||
HelpText<"Split imported Objective-C selectors based on prepositions">;
|
||||
|
||||
def split_objc_selectors_before : Flag<["-"], "split-objc-selectors-before">,
|
||||
HelpText<"Split imported Objective-C selectors before the last preposition">;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user