Commits

Joe Groff committed fdd858dd21e
ClangImporter: Import NS_OPTIONS constants as static properties. Apply the same prefix-chopping logic as for NS_ENUM to produce static property names to put inside the Swift type we create. For now, continue importing NS_OPTIONS as structs with a single integer field; in the short term it's easy to put a C-like interface over them this way. Swift SVN r10434