forked from jpsim/SourceKitten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update APIs to conform to Swift 3 API Design Guidelines (jpsim#264)
* label argument in CXCursor.swiftDeclaration() method * rename CodeCompletionItem.parseResponse(_:) for Swift 3 * update File.swift for Swift 3 API Design Guidelines * update Language enum members to be lowercase for Swift 3 API Design Guidelines * Rename DynamicLinkLibrary.loadSymbol(_:) to load(symbol:) for Swift 3 API Design Guidelines * update library_wrapper.swift for Swift 3 API Design Guidelines * update ObjCDeclarationKind members to Swift 3 API Design Guidelines * change ObjCDeclarationKind.fromClang(_:) to an initializer * update OffsetMap for Swift 3 API Design Guidelines * refactor Request.swift for Swift 3 API Design Guidelines * update SourceDeclaration.swift for Swift 3 API Design Guidelines * update SourceDeclaration.swift for Swift 3 API Design Guidelines * update StatementKind, SwiftDeclarationKind and SyntaxKind enums to have lowercase members to comply with Swift 3 API Design Guidelines * refactor String+SourceKitten.swift for Swift 3 API Design Guidelines * refactor SwiftDocKey for Swift 3 API Design Guidelines * refactor SyntaxMap for Swift 3 API Design Guidelines * update Xcode.swift for Swift 3 API Design Guidelines * update sourcekitten target for Swift 3 API Design Guidelines * refactor tests for Swift 3 API Design Guidelines * amend Swift 3 changelog entry to note API changes * lowercase Request members to conform to Swift 3 API Design Guidelines * lowercase Request.Error members to conform to Swift 3 API Design Guidelines (jpsim#272) `@available` will be added by separate commit.
- Loading branch information
Showing
44 changed files
with
957 additions
and
968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.